Object passed as parameter of the valueOptions function for singleSelect column.

interface GridValueOptionsParams<R> {
    field: string;
    id?: GridRowId;
    row?: R;
}

Type Parameters

Properties

Properties

field: string

The field of the column to which options will be provided

The grid row id.

row?: R

The row model of the row that the current cell belongs to.