How to global filter (search) manually #221
Unanswered
marcosluizfp
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
So are you following either the Remote Data Example or the React Query Example? Both use server-side global filtering. Sounds like you are properly using This means that you have to implement your own filtering on the server. The filterFNs on the client-side will be turned off and show all rows in the data prop when |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I wished to use the global filter (search) to manually filter rows on table (using a controlled rows state). If I use the
manualFilteringoption, then my global filter function is not being called.Is there a way to get that?
Beta Was this translation helpful? Give feedback.
All reactions