-
Hi What's the correct way to filter a list based on input element? I've done this codepen here, but it doesn't work I saw documentation for I see mavo documentation is using a functionnality to filter content here, but I'm lost on the code it uses :( Don't understand if the displayed list still could be editable, or if filters applies only on displayed lists... yes, really lost, sorry :/ -> my goal is to be able to filter a list |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
To get more confident with filtering data in Mavo, you might find this pen helpful: https://codepen.io/leaverou/pen/vYXPpmg I'm writing from the phone. Sorry if this example is not exactly what you are looking for. But I hope it'll give you some insights. If not, I'll do my best to help you when I'm at my laptop. |
Beta Was this translation helpful? Give feedback.
-
thanks for this demo: unfortunately it uses a lot of javascript (that I don't fully understand) a filter in one attribute only |
Beta Was this translation helpful? Give feedback.
-
Here is a much simpler example: https://codepen.io/leaverou/pen/zYRVEgX?editors=1100 @DmitrySharabin Perhaps we can add this to the documentation somewhere? It's a common question. |
Beta Was this translation helpful? Give feedback.
Here is a much simpler example: https://codepen.io/leaverou/pen/zYRVEgX?editors=1100
@DmitrySharabin Perhaps we can add this to the documentation somewhere? It's a common question.
Like maybe we could have a "Mavo recipes" page.