[v8]: How to reset the column filter to its initial state upon deselection? #5057
Unanswered
devevignesh
asked this question in
Q&A
Replies: 1 comment
-
You can invoke |
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
-
The
columnFilters
does not return to its initial state when selecting and deselecting options in theTableFacetedFilter
. Instead, it returns[ { id: "source", value: [], } ]
, which is preventing the table data from populating. I attempted to reset the column filter to its initial state using resetcolumnfilters, but it did not work.table.js
column.js
TableFacetedFilter.js
Beta Was this translation helpful? Give feedback.
All reactions