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.

11 lines (10 loc) 273 B
/** * Export PivotGrid components */ export * from './pivotview/index'; export * from './pivotchart/index'; export * from './pivotfieldlist/index'; export * from './common/index'; export * from './base/index'; export * from './base/index'; export * from './model/index';