# rowSortingFeature

# Variable: rowSortingFeature

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

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

The (Row) Sorting feature adds sorting state and APIs to the table and column objects.
