Replies: 1 comment
-
I think |
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
-
Hey everyone,
I have created a table by following through this example(https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-selection).
I just want to add a button which is going to be outside of the table component and when I click this button, all the selected rows will be unselected.
I even couldn't wrap my head around to come up with an idea or which function of react-table that I need to use.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions