TanStack

ColumnDef_ColumnPinning

Interface: ColumnDef_ColumnPinning

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

Properties

enablePinning?

ts
optional enablePinning: boolean;

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

Allows this column's leaf columns to be pinned.

Defaults to true; table-level enableColumnPinning must also allow pinning.