interface GridSortingState {
    sortedRows: GridRowId[];
    sortModel: GridSortModel;
}

Properties

sortedRows: GridRowId[]
sortModel: GridSortModel