Replies: 1 comment 1 reply
-
This would be super useful - gonna continue digging in docs, but previously |
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
-
The only way I imagine this working right now is by looping over all columns and then check if they do have filters/sort or not and then setting it to default state.
There used to be
setAllFilters
or something like that, but it seems that it has gone missing.Any idea how that could be achieved?
I see that both, filter and sort implement method
resetSortBy
andresetFilters
but they are not exposed.Beta Was this translation helpful? Give feedback.
All reactions