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