[v6] Is it possible to reset sort filter on columns on getting new data in table? #3520
Unanswered
mohdasim8025
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@tannerlinsley Could you please advise on this? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Here are the columns for table:
The code snippet of my React Table v6(react-table-6):
Version: "6.11.0"
I have a select dropdown field, based on its selected value different data is shown. On selecting a different value in select dropdown, the sort filters are still retained. I would like to reset the sort filter in react table on selecting a different option in dropdown i.e on loading new data. Please advise
Beta Was this translation helpful? Give feedback.
All reactions