function row_getCanSelectSubRows<TFeatures, TData>(row): boolean;function row_getCanSelectSubRows<TFeatures, TData>(row): boolean;Defined in: features/row-selection/rowSelectionFeature.utils.ts:536
Checks whether selecting this row should also select its subRows.
options.enableSubRowSelection may be a boolean or a row predicate; it defaults to true.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
boolean
const canSelectChildren = row_getCanSelectSubRows(row)const canSelectChildren = row_getCanSelectSubRows(row)