# sortFn_alphanumeric

# Variable: sortFn\_alphanumeric

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

Defined in: [fns/sortFns.ts:19](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/sortFns.ts#L19)

Sorts rows with the built-in alphanumeric strategy.

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