Filtering apptable backed data #112
Unanswered
paperstack
asked this question in
Q&A
Replies: 1 comment
-
Minimal clone please and then I'm happy to have a look and play around. But the short answer is it won't work. You'd need a custom input box that on change, possibly with a delay, sets the query. The other option would be for me to translate the filtering to queries. But that's something I avoided the first time for a reason. |
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
-
Hello,
I was hoping to use column header filters to filter on data that's provided via apptables, setup as follows:
I then create the filter via standard column definitions ("status" is a column in
my_data
):While the filter appears in the column header, typing in text does nothing. Providing the same data via
self.tabulator.data = my_data
does allow filtering to work.Is there anything I'm missing in terms of wiring of how to get the column filters to work as query param to the apptable data fetch?
Beta Was this translation helpful? Give feedback.
All reactions