function table_toggleAllPageRowsSelected<TFeatures, TData>(table, value?): void;function table_toggleAllPageRowsSelected<TFeatures, TData>(table, value?): void;Defined in: features/row-selection/rowSelectionFeature.utils.ts:124
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
void
table_toggleAllPageRowsSelected(table)table_toggleAllPageRowsSelected(table)