# rowSelectionFeature

# Variable: rowSelectionFeature

```ts
const rowSelectionFeature: TableFeature<RowSelectionFeatureConstructors<TableFeatures, RowData>>;
```

Defined in: [features/row-selection/rowSelectionFeature.ts:164](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-selection/rowSelectionFeature.ts#L164)

The Row Selection feature adds row selection state and APIs to the table and row objects.
