function table_toggleAllPageRowsSelected<TFeatures, TData>(
table,
value?,
opts?): void;Defined in: features/row-selection/rowSelectionFeature.utils.ts:147
Selects or deselects every selectable row on the current page.
Omitting value toggles based on table_getIsAllPageRowsSelected(table). Child rows are included when sub-row selection allows it.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
boolean
void
table_toggleAllPageRowsSelected(table)