TanStackT
TanStack3y ago
1 reply
hurt-tomato

Detached column filters.

Hi everyone, I want to create a detached from the table multi-select column filter for my table.
I am trying to create a generic usable table, on top of the table I need to have a bar with a search bar (already implemented) and next to it I want to be able to choose which columns will render a dropdown with all the faceted values for the user to choose from.

So atm reading the docs, I have it that under each header I can have the dropdown, The question is how can I move it away from the header, and just attach it to that column and of course get the column's values to populate the dropdown.

Thank you!
Was this page helpful?