SortKey
type SortKey = object;Properties
Section titled “Properties”ascending?
Section titled “ascending?”optional ascending?: boolean;column
Section titled “column”column: number;0-based absolute column index (not relative to the sort range).
type SortKey = object;optional ascending?: boolean;column: number;0-based absolute column index (not relative to the sort range).