Defined in: features/column-resizing/columnResizingFeature.types.ts:44
resetHeaderSizeInfo: (defaultState?) => void;
Defined in: features/column-resizing/columnResizingFeature.types.ts:48
Resets column sizing info to its initial state. If defaultState is true, the default state for the table will be used instead of the initialValue provided to the table.
boolean
void
setcolumnResizing: (updater) => void;
Defined in: features/column-resizing/columnResizingFeature.types.ts:52
Sets the column sizing info state using an updater function or a value. This will trigger the underlying oncolumnResizingChange function if one is passed to the table options, otherwise the state will be managed automatically by the table.
void