@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
5 lines • 548 B
TypeScript
import type { GridColDef } from '@mui/x-data-grid-pro';
import type { GridRowGroupingModel } from "../rowGrouping/gridRowGroupingInterfaces.js";
import type { GridPivotModel } from "../pivoting/gridPivotingInterfaces.js";
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;