function table_setColumnResizing<TFeatures, TData>(table, updater): void;Defined in: features/column-resizing/columnResizingFeature.utils.ts:279
Routes a transient column resizing updater through the table's resize handler.
This state tracks the active drag interaction; committed widths live in columnSizing.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal\<`TFeatures`, `TData`\>
Updater\<[`columnResizingState`](../../index/interfaces/columnResizingState.md)\>
void
table_setColumnResizing(table, (old) => ({ ...old, deltaOffset: 12 }))