Replies: 2 comments 2 replies
-
I think I'm finally getting it:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi sir can you please provide a working code in codesandbox for this? thank you |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement a solution where row selection is not handled by the checkbox, but is triggered by a click anywhere in the row.
And also only one selection is possible at a time.
I could toggle the current row's selection state, but I have no idea how to implement the single selection criteria?
update:
Seems like I'm misunderstanding something, toggleRowSelected does not trigger re-render.
Beta Was this translation helpful? Give feedback.
All reactions