-
So we are currently using react-table v6, where we build our own custom filter and have a custom filter method which we pass to defaultFilterMethod prop in react-table-v6. This works perfectly fine. We are in the process of migrating to react-table-v7. But currently, I do not see an option to use such table level filter method on v7. Any alternative to defaultFilterMethod in v7? |
Beta Was this translation helpful? Give feedback.
Answered by
dkumar431
Apr 14, 2021
Replies: 1 comment
-
I think I figured it out. Its useGlobalFilters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dkumar431
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I figured it out. Its useGlobalFilters.