function row_getIsAllSubRowsSelected<TFeatures, TData>(row): boolean;function row_getIsAllSubRowsSelected<TFeatures, TData>(row): boolean;Defined in: features/row-selection/rowSelectionFeature.utils.ts:495
Checks whether all selectable descendants are selected.
Rows without selectable descendants return false.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
boolean
const allChildrenSelected = row_getIsAllSubRowsSelected(row)const allChildrenSelected = row_getIsAllSubRowsSelected(row)