Filter in qTable Column with QSelect #9122
-
Hi, is it possible to use a QSelect with options generated with values from a QTable column to filter the QTable? I tryed something like this: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thats nearly it, thank you very much, but I need to combine the qselect with a qinput. I made a Codepen with what I mean, currently the search term is passed to qselect because of the same filter I think and can we avoid this? https://codepen.io/someOne11/pen/poRXKzP best regards |
Beta Was this translation helpful? Give feedback.
option-value="country"
. You probably need to use emit-value and map-options props as well, and maybeoption-label="country"
too.