How to trigger the filterMethod when QTable's filter is an Object? #17666
Unanswered
greenking19
asked this question in
Quasar App Extensions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Qtable that needs to display name and age, which I have defined in the Column. But I want to filter name and age and then request the server, but I found that when the value of fliter is object, the fliterMethod will not be triggered.
Did I do something wrong? 🫣
What I am currently thinking of is writing a Form on QTable. Is there any other solution?🤔
QTable
Object
filter
fileterMethod
Beta Was this translation helpful? Give feedback.
All reactions