UNPKG

@syncfusion/ej2-pivotview

Version:

The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.

23 lines (22 loc) 499 B
import { PivotView } from '../../pivotview/base/pivotview'; /** * Module to render Axis Fields */ /** @hidden */ export declare class AxisFields { /** @hidden */ parent: PivotView; /** Constructor for render module * * @param {PivotView} parent - Instance. */ constructor(parent: PivotView); /** * Initialize the grouping bar pivot button rendering * * @returns {void} * @private */ render(): void; private createPivotButtons; }