-
Hi there! I'm Knufle and I've been trying to do something using react-table for a while, but I couldn't So, my question is pretty basic, I'm using react-table in a project and I have 2 main questions: 1 - How can I render table filters outside of the table without having to render another table that only shows the filters? The problem is that when I add a checkbox filter, I can't combine them, whenever I click a new checkbox it doesn't add that checkbox's value, it filters the table again considering only the new clicked value, which is not what I want. You can check an example for both questions in the codesandbox below: Thanks so much in advance, I fell in love with react-table because I love utility-first non-opinionated libraries, congratulations for the work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Even I would like to do something similar to this. Anyone have any solutions? |
Beta Was this translation helpful? Give feedback.
-
Heres how you can do it: |
Beta Was this translation helpful? Give feedback.
-
How do same thing using ten stack v8 ,please |
Beta Was this translation helpful? Give feedback.
Heres how you can do it:
https://codesandbox.io/s/react-table-combined-filters-issue-forked-k2lqn?file=/src/App.tsx