Events
SortEvents<T>
Defines events that are fired due to changes or interactions with grid sorts.
Type parameters
Type parameter |
---|
T |
Properties
- Name
onPivotColumnSortChange
- Type
- (params: OnSortChangeParams<T>) => void
- Description
Triggers when the pivot column sort model changes. This can happen when pivot column definitions are updated or a call to SortApi.setPivotColumnSortModel is made.
- Name
onSortChange
- Type
- (params: OnSortChangeParams<T>) => void
- Description
Triggers when the sort model changes. This can happen when a call to SortApi.setSortModel is made, or when the column definitions of the grid are updated.