The selection model to propagate.
The modified selection model.
Change the selection state of all the selectable rows in a range.
Change the selection state of multiple rows.
The row ids.
Optional
isSelected: booleanThe new selection state. Default is true
.
Optional
resetSelection: booleanWhether to reset the already selected rows or not. Default is false
.
Returns the modified selection model after applying row selection propagation.
Use this to achieve proper
rowSelectionPropagation
behavior when setting the selection model usingsetRowSelectionModel
.