MUI X
Object passed as parameter in the row callbacks.
For examples and details on the usage, check the following pages:
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'
All grid columns.
Type:GridColDef[]
GridColDef[]
The grid row id.
Type:GridRowId
GridRowId
The row model of the row that the current cell belongs to.
Type:R
R