How to get selected item when row selected in DataGrid? #29123
Unanswered
LoveSpirals
asked this question in
Q&A
Replies: 1 comment
-
I worked around this by using the
I then added a |
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.
-
I see a
onSelectionChange
prop, but it returns aDataGridProps
that ultimately returns aTableRowId
.The example shows mapping row Ids to items, but isn't there a way for the selection to tell me which item is selected?
Beta Was this translation helpful? Give feedback.
All reactions