TanStack

sortFn_basic

Variable: sortFn_basic

ts
const sortFn_basic: CreatedSortFn<any, any>;

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

Sorts rows with the built-in basic strategy.

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