Replies: 1 comment
-
Yes it is possible
You get the instance when you pass a function to useTable options. |
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 am trying to implement a scenario wherein I need to change the columns to group by. Initially, I am passing an empty array to initialState.groupBy prop. But on click of a button I need to update the groupBy state to an array of strings. I am using react table v7. Is there anything in this version that can help me achieve this functionality? Is it possible to control the groupBy state of the table in v7?
Beta Was this translation helpful? Give feedback.
All reactions