TanStack

sortFn_alphanumericCaseSensitive

Variable: sortFn_alphanumericCaseSensitive

ts
const sortFn_alphanumericCaseSensitive: CreatedSortFn<any, any>;

Defined in: features/row-sorting/sortFns.ts:85

Sorts rows with the built-in alphanumeric case sensitive strategy.

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