I have implemented Column Filtering for each column, but now the global filtering doesn't work in my table #5891
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's my code:
The other columns are the ones where column filtering is enabled and have added the filterFn. I tried adding the filterFn to the prompt column as well but no use.
Other tables, where I have not implemented the individual column filtering, just adding the onGlobalFilterChange and globalFilter: searchValue as state made it work. Any idea what I might be doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions