GridListColDef API
Extended documentation for the GridListColDef interface with detailed information on the module's properties and available APIs.
Demos
Import
import { GridListColDef } from '@mui/x-data-grid-premium'
// or
import { GridListColDef } from '@mui/x-data-grid-pro'
// or
import { GridListColDef } from '@mui/x-data-grid'
Column Definition interface used for the list view column.
Display mode for the cell:
- 'text': For text-based cells (default)
- 'flex': For cells with HTMLElement children
Type:'text' | 'flex'