UNPKG

ag-grid-enterprise

Version:

ag-Grid Enterprise Features

23 lines 775 B
// ag-grid-enterprise v19.1.4 import { ColDef, IRowNodeStage, StageExecuteParams } from "ag-grid-community"; export declare class PivotStage implements IRowNodeStage { private rowModel; private valueService; private columnController; private eventService; private pivotColDefService; private uniqueValues; private pivotColumnGroupDefs; private pivotColumnDefs; private aggregationColumnsHashLastTime; private aggregationFuncsHashLastTime; execute(params: StageExecuteParams): void; private executePivotOff; private executePivotOn; private setUniqueValues; private bucketUpRowNodes; private bucketRowNode; private bucketChildren; getPivotColumnDefs(): ColDef[]; } //# sourceMappingURL=pivotStage.d.ts.map