[data grid] Reshape row selection state model #15481
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
feature: Selection
Related to the data grid Selection feature
v8.x
See #13757 (comment)
TODO:
Set
instead of arrayProblems:
isRowSelectable
prop. There is no way to overcome this if user provides theisRowSelectable
prop. But if the prop is not provided, we can skip the whole looping over rows since all of them are selectable.The text was updated successfully, but these errors were encountered: