RevoGrid Documentation v4.22.1 / SortingColumnMap
Type Alias: SortingColumnMap
ts
type SortingColumnMap: Record<ColumnProp, Partial<ColumnRegular> | undefined>;Column metadata indexed by column property.
This is an internal companion map for SortingOrderFunction. It lets the sorting helper detect the default comparer path without mutating CellCompareFunc instances or changing the public comparator contract.