GridApi that let you manipulate the grid.
The mode of the cell.
The column of the row that the current cell belongs to.
The column field of the cell that triggered the event.
Optional
formattedThe cell value formatted with the column valueFormatter.
If true, the cell is the active element.
The grid row id.
Optional
isIf true, the cell is editable.
The row model of the row that the current cell belongs to.
The node of the row that the current cell belongs to.
the tabIndex value.
Optional
valueThe cell value.
If the column has valueGetter
, use params.row
to directly access the fields.
Object passed as parameter in the column [[GridColDef]] cell renderer.