MUI X
Filter item definition interface.
For examples and details on the usage, check the following pages:
import { GridFilterItem } from '@mui/x-data-grid-premium' // or import { GridFilterItem } from '@mui/x-data-grid-pro' // or import { GridFilterItem } from '@mui/x-data-grid'
The column from which we want to filter the rows.
Type:string
string
The name of the operator we want to apply.
Must be unique.Only useful when the model contains several items.
Type:number | string
number | string
The filtering value.The operator filtering function will decide for each row if the row values is correct compared to this value.
Type:any
any