[v8] Row selection outside useReactTable scope #4286
Unanswered
AmitNeuhaus
asked this question in
Q&A
Replies: 1 comment
-
@AmitNeuhaus what do you want to achieve? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I saw in the examples the ability to use a custom state and override
onRowSelectionChange
.However this accepts only an updater function which results the custom state to contain only the ids of the selected rows.
How can i access the row values themself? (without returning to the table scope to access table.getSelectedFlatRows() ,etc..
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions