function table_resetRowSelection<TFeatures, TData>(table, defaultState?): void;function table_resetRowSelection<TFeatures, TData>(table, defaultState?): void;Defined in: features/row-selection/rowSelectionFeature.utils.ts:59
Resets rowSelection to the configured initial state or feature default.
With no argument, the reset clones table.initialState.rowSelection when it exists. Passing true ignores initial state and resets to {}.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
void
table_resetRowSelection(table)
table_resetRowSelection(table, true)table_resetRowSelection(table)
table_resetRowSelection(table, true)