TanStack

TableOptions_ColumnSizing

Interface: TableOptions_ColumnSizing

Defined in: features/column-sizing/columnSizingFeature.types.ts:48

Properties

onColumnSizingChange?

ts
optional onColumnSizingChange: OnChangeFn<ColumnSizingState>;

Defined in: features/column-sizing/columnSizingFeature.types.ts:54

Called with an updater when committed column sizing state changes. Pair this with state.columnSizing when using external state; external atoms can own the slice without this callback.