-
I'm using const myselect = useRowSelect(
data,
{
onChange: onSelectChange,
}
); I was hoping setting |
Beta Was this translation helpful? Give feedback.
Answered by
rwieruch
May 5, 2023
Replies: 1 comment 1 reply
-
You have programmatically access to all functions of the feature. Here is a button which deselects all rows:
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
proddy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have programmatically access to all functions of the feature. Here is a button which deselects all rows:
Let me know if this helps!