const sortFn_basic: SortFn<any, any>;const sortFn_basic: SortFn<any, any>;Defined in: fns/sortFns.ts:121
Sorts rows with the built-in basic strategy.
This comparator returns ascending-order results; descending order is applied by the sorting row model.