EventInfo returned by GridSorted event

TypeScript
export interface GridSortedInfo extends
Extends

BaseContext

Properties

PropertyDescription
adaptableSortStateCurrent sort state in the Grid
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

adaptableSortState

Current sort state in the Grid

TypeScript
adaptableSortState: AdaptableSortState;
Property Value

AdaptableSortState

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any