TanStack

sortFn_textCaseSensitive

Variable: sortFn_textCaseSensitive

ts
const sortFn_textCaseSensitive: CreatedSortFn<any, any>;

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

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

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