function table_resetCellSelection<TFeatures, TData>(table, defaultState?): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:65
Resets cellSelection to the configured initial state or feature default.
With no argument, the reset clones table.initialState.cellSelection when it exists. Passing true ignores initial state and resets to an empty selection.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
void
table_resetCellSelection(table, true)