Is it possible to disable global filter for one column, but add another filter for disabled one in the react-table
?
Something like:
I've found the solution, in case if someone need this:
{
Header: 'Age',
accessor: 'age',
Filter: SliderColumnFilter,
filter: 'equals',
disableGlobalFilter: true,
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With