SortDefinition / PartialSortDefinition
Description
A SortDefinition
is an interface that exposes properties to allow the definition of sorts on the grid’s data.
Properties
Property |
Type |
Description |
---|---|---|
field |
String |
The name of the field on which the sort is applied. |
direction |
SortDirection |
Ascending if the data is sorted in ascending order, otherwise Descending. |
Remarks
A partial type/interface is an object in which properties are optional.
Need help? Contact us!