AdaptableSortState
Overview of current, live, sorting state in grid
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| columnSorts | Columns currently being sorted (with direction) |
| customSortComparers | Custom Sort Comparers which are currently applied |
| customSorts | 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[];