How to make a table with two row selection in react-table #4497
Unanswered
Nazar-D-Aleannlab
asked this question in
Q&A
Replies: 1 comment
-
Same here, I need to make a table with 2 column (first checkbox and other toggle button) but apparently tanstack does not support this 2 states management system |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to make a table with two multi-select columns that will be separate from each other, and now when I add a second column they are still linked together, you can see this in the example by clicking on the checkbox https://codesandbox.io/s/xenodochial-architecture-5c2rqr?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions