# rowSelectionFeature

# Variable: rowSelectionFeature

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

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

The stock row selection feature.

Register this feature to add row selection state, selected row-model helpers,
and table/row APIs for checkbox and bulk-selection UI.
