Row Selection #2696
Unanswered
jzbuchalski
asked this question in
General
Row Selection
#2696
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can initially set row selection through:
I added prev/next buttons (outside my Table) to move row selection. I am setting state in my parent component when one of the buttons is clicked, (for example, selectedRows: {"5", true}), but nothing gets selected. Assuming initialState is only used for just that, initially. Anything I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions