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.

22 lines (21 loc) 481 B
import { PivotFieldList } from '../base/field-list'; /** * Module to render Pivot Table component */ /** @hidden */ export declare class Render { /** @hidden */ parent: PivotFieldList; /** Constructor for render module * * @param {PivotFieldList} parent - Instance of field list. */ constructor(parent: PivotFieldList); /** * Initialize the pivot table rendering * * @returns {void} * @private */ render(): void; }