# sortFn_alphanumeric

# Variable: sortFn\_alphanumeric

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

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

Sorts rows with the built-in alphanumeric strategy.

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