# rowPinningFeature

# Variable: rowPinningFeature

```ts
const rowPinningFeature: TableFeature<RowPinningFeatureConstructors<TableFeatures, RowData>>;
```

Defined in: [features/row-pinning/rowPinningFeature.ts:129](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-pinning/rowPinningFeature.ts#L129)

The stock row pinning feature.

Register this feature to add row pinning state and APIs for deriving top,
center, and bottom row regions.
