AdaptableSortState
Overview of current, live, sorting state in grid
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| columnSorts | ColumnSort[] | Columns currently being sorted (with direction) |
| customSortComparers | ColumnValuesComparer[] | Custom Sort Comparers which are currently applied |
| customSorts | CustomSort[] | Custom Sorts which are currently applied |
Property Details
columnSorts
Columns currently being sorted (with direction)
TypeScript
columnSorts: ColumnSort[];Property Value
customSortComparers
Custom Sort Comparers which are currently applied
TypeScript
customSortComparers: ColumnValuesComparer[];Property Value
customSorts
Custom Sorts which are currently applied
TypeScript
customSorts: CustomSort[];