# rowSortingFeature

# Variable: rowSortingFeature

```ts
const rowSortingFeature: TableFeature<RowSortingFeatureConstructors<TableFeatures, RowData>>;
```

Defined in: [features/row-sorting/rowSortingFeature.ts:144](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/row-sorting/rowSortingFeature.ts#L144)

The stock row sorting feature.

Register this feature to add sorting state, column sorting APIs, and sorted
row-model support for client-side or manual sorting.
