@mui/x-data-grid-pro
Version:
The Pro plan edition of the Data Grid components (MUI X).
8 lines (7 loc) • 431 B
TypeScript
import { GridColDef } from '@mui/x-data-grid';
/**
* TODO: Add sorting and filtering on the value and the filteredDescendantCount
*/
export declare const GRID_TREE_DATA_GROUPING_COL_DEF: Omit<GridColDef, 'field' | 'editable'>;
export declare const GRID_TREE_DATA_GROUPING_FIELD = "__tree_data_group__";
export declare const GRID_TREE_DATA_GROUPING_COL_DEF_FORCED_PROPERTIES: Pick<GridColDef, 'field' | 'editable' | 'groupable'>;