T
TanStack3y ago
optimistic-gold

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!
1 Reply
flat-fuchsia
flat-fuchsia3y ago
Hi @Mado! Please follow this code on github, this was helpful for me as well. I was trying to do the same thing. https://ui.shadcn.com/examples/tasks
shadcn/ui
shadcn/ui
Beautifully designed components built with Radix UI and Tailwind CSS.

Did you find this page helpful?