-
Hello, firtst let me thank you for your amazing work. I'm so glad not having to start with react table from scratch! A common use case for breaking down my data would be to apply a filter on the server side, and then globally search on the client side to quickly find any results of the subset. I'm trying to implement that, but it is stated that setting is there a way to manually trigger the client side filtering when setting a global filter with manualFiltering turned to I found this two links in the docu, but coulnd't find a way around it: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, no if you set |
Beta Was this translation helpful? Give feedback.
I just found a way that works for me, leave it here in case it serves somebody else:
the data.filter() function is a custom implementation for the client side filtering, which looks if …