Skip to content

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.

Defined in

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