T
TanStack2y ago
sensitive-blue

Is it possible to filter selected columns?

I have a table where I want to use one input to filter multiple columns. I want to use a dropdown where I can select which columns should be used for filtering and which don't. Is that possible? If yes, how?
1 Reply
harsh-harlequin
harsh-harlequin2y ago
yeah sure. You can specify enableColumnFilter on a per column basis in the column options and enableGlobalFilter in the same way

Did you find this page helpful?