function table_resetGrouping<TFeatures, TData>(table, defaultState?): void;function table_resetGrouping<TFeatures, TData>(table, defaultState?): void;Defined in: features/column-grouping/columnGroupingFeature.utils.ts:230
Resets grouping to the configured initial state or feature default.
With no argument, the reset clones table.initialState.grouping when it exists. Passing true ignores initial state and resets to [].
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
void
table_resetGrouping(table)
table_resetGrouping(table, true)table_resetGrouping(table)
table_resetGrouping(table, true)