-
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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!