Combine Search with the QExpansion #9060
-
Hi, is it possible to get the Search with the QExpansion combined in Quasar? https://codepen.io/metalsadman/pen/eYgbMVV But with the https://quasar.dev/vue-components/expansion-item#example--playing-with-inset-levels Thank you for quasar, its awesome! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I don't think the QExpansionItem is very suitable for filtering/searching. Instead of using the QExpItem you could maybe take a look at QTree. Here's a codepen example to filter a Qtree with a search input: |
Beta Was this translation helpful? Give feedback.
I don't think the QExpansionItem is very suitable for filtering/searching. Instead of using the QExpItem you could maybe take a look at QTree.
Here's a codepen example to filter a Qtree with a search input:
Qtree with a search input