# rowPinningFeature

# Variable: rowPinningFeature

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

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

The Row Pinning feature adds row pinning state and APIs to the table and row objects.
