Defined in: features/column-pinning/columnPinningFeature.types.ts:19
optional enableColumnPinning: boolean;
Defined in: features/column-pinning/columnPinningFeature.types.ts:23
Enables/disables column pinning for the table. Defaults to true.
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.