Example of elegant list filtering? #14612
Unanswered
BenJackGill
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
expansion items is ok, the filtering can be done using q-input. assuming you build your items with an array of objects, you filter that in the qinput handler, if it's deeply nested then you call it recursively. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list of expansion items, and I would like to allow the user to filter the list.
But I'm not sure of the best to way to implement that.
Was hoping to get some inspiration from the community.
What UI elements would you use to filter a large list?
Beta Was this translation helpful? Give feedback.
All reactions