Skip to content

RevoGrid Documentation v4.23.12 / SortingOrderFunction

Type Alias: SortingOrderFunction

ts
type SortingOrderFunction: Record<ColumnProp, CellCompareFunc | undefined>;

Comparator functions indexed by column property.

Undefined comparator entries are treated as inactive sorting entries.

Defined in

src/plugins/sorting/sorting.types.ts:13