# sortFn_text

# Variable: sortFn\_text

```ts
const sortFn_text: CreatedSortFn<any, any>;
```

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

Sorts rows with the built-in text strategy.

This comparator returns ascending-order results; descending order is applied by the sorting row model.
