SortDescriptor
Defines the configuration for a sort descriptor in the Data Grid component.
Specifies the column field and direction for sorting operations.
Used to describe individual column sorting rules within the grid.
Props
The following table outlines the props for the SortDescriptor:
| Name | Type | Default | Description |
|---|---|---|---|
| direction | SortDirection | string | SortDirection.Ascending | 'Ascending' | Specifies the |
| field | string | - | Identifies the column |