# columnPinningFeature

# Variable: columnPinningFeature

```ts
const columnPinningFeature: TableFeature;
```

Defined in: [features/column-pinning/columnPinningFeature.ts:51](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/column-pinning/columnPinningFeature.ts#L51)

Feature that adds column pinning state and APIs for logical start, center,
and end regions.

In LTR languages/layouts, start usually corresponds to left and end to
right. In RTL languages/layouts, start usually corresponds to right and end
to left.
