Back to Table

TableOptions_ColumnPinning

docs/reference/interfaces/TableOptions_ColumnPinning.md

8.21.31.1 KB
Original Source

Interface: TableOptions_ColumnPinning

Defined in: features/column-pinning/columnPinningFeature.types.ts:19

Properties

enableColumnPinning?

ts
optional enableColumnPinning: boolean;

Defined in: features/column-pinning/columnPinningFeature.types.ts:23

Enables/disables column pinning for the table. Defaults to true.


onColumnPinningChange?

ts
optional onColumnPinningChange: OnChangeFn<ColumnPinningState>;

Defined in: features/column-pinning/columnPinningFeature.types.ts:27

If provided, this function will be called with an updaterFn when state.columnPinning changes. This overrides the default internal state management, so you will also need to supply state.columnPinning from your own managed state.