The coordinates of a cell represented by their row ID and column field.

interface GridCellCoordinates {
    field: string;
    id: GridRowId;
}

Properties

Properties

field: string