GridSortChangeEvent
Represents the object of the onSortChange
Grid event.
nativeEvent any
A native DOM event.
sort SortDescriptor[]
The new SortDescriptor
according to the user action.
syntheticEvent SyntheticEvent<any>
A React Synthetic Event.
target Grid
An event target.