Object that represents the column sorted data, part of the [[GridSortModel]].

interface GridSortItem {
    field: string;
    sort: GridSortDirection;
}

Properties

Properties

field: string

The column field identifier.

The direction of the column that the grid should sort.