Prevent filter reset when onChange of a selectfield #5154
Unanswered
TSchaefer78
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I prevent the filter in the table from being reset during the onChange event of a select field?
I use the column filter like:
const tableInstance = useTable(
{
columns,
data,
initialState,
},
useFilters
)
{column.canFilter ? column.render('Filter') : null}
Beta Was this translation helpful? Give feedback.
All reactions