[data grid] Change row selection propagation defaults #15485
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
Update
propagateRowSelection
default behavior to be{ parents: true, descendants: true }
(Context: #13757 (comment))Another option is to remove this prop completely and make selection propagation always enabled.The text was updated successfully, but these errors were encountered: