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.

31 lines (30 loc) 651 B
import { PivotView } from '../../pivotview/base/pivotview'; /** * Module to render Axis Fields */ /** @hidden */ export declare class AxisFields { /** @hidden */ parent: PivotView; private tempElements; /** 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; /** * Destroy method to clean up resources * * @returns {void} * @hidden */ destroy(): void; }