SortDescriptorModel
23 Sep 20251 minute to read
Interface for a class SortDescriptor
Properties
direction SortDirection
Defines the direction of the sort operation.
- 
Ascending: Sorts the column in ascending order. - 
Descending: Sorts the column in descending order. 
field string
Defines the field (column) name to sort by.