Replies: 2 comments
-
DataGridRow has a property
|
Beta Was this translation helpful? Give feedback.
0 replies
-
While this does work for the react state triggers the row is still visablly selecvtable even when disabled. |
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
-
is there a way to disable a particular row in a multi-select DataGrid? Or more specifically, I will have a mixture of items that are selectable by themselves, and items that will have children that are selectable (the parent will not be). i think i will be able to handle rendering the children using
noNativeElements
and adding my own UI to show "children" ... but unsure how to make the parent record select disabled.Beta Was this translation helpful? Give feedback.
All reactions