GridRowParams Interface
Object passed as parameter in the row callbacks.
Demos
Import
import { GridRowParams } from '@mui/x-data-grid-premium';
// or
import { GridRowParams } from '@mui/x-data-grid-pro';
// or
import { GridRowParams } from '@mui/x-data-grid';
Properties
Name | Type | Description |
---|---|---|
columns | GridColDef[] | All grid columns. |
id | GridRowId | The grid row id. |
row | R | The row model of the row that the current cell belongs to. |