@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
5 lines • 550 B
text/typescript
import type { GridColDef } from '@mui/x-data-grid-pro';
import type { GridRowGroupingModel } from "../rowGrouping/gridRowGroupingInterfaces.mjs";
import type { GridPivotModel } from "../pivoting/gridPivotingInterfaces.mjs";
export declare const getBlockedSections: (column: GridColDef, rowGroupingModel: GridRowGroupingModel, pivotModel: GridPivotModel | undefined) => string[];
export declare const isBlockedForSection: (column: GridColDef, section: string, rowGroupingModel: GridRowGroupingModel, pivotModel: GridPivotModel | undefined) => boolean;