Skip to content

GridRowParams API

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

columns

All grid columns.

Type:GridColDef[]


id

The grid row id.

Type:GridRowId


row

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

Type:R