Replies: 1 comment
-
I found a solution: filteredValue={getDefaultFilter('id', filters) || null} on <Table.Column ... /> and setFilters([], 'replace'); worked as expected. |
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
-
Hi!
Sorry for my stupid Question, but I am new to use Refine. How is it possible to clear all <FilterDropdown ... /> at once. I have a Table with 10 Columns all with Filters. Actually when multiple Filters enabled by the User every single Filter must be cleared by hand. That's really annoying.
I use setFilters([], 'replace') from useTable() but this only refresh the Table but not the FilterDropdown.
Thanks for Hints...
Beta Was this translation helpful? Give feedback.
All reactions