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.

10 lines (9 loc) 254 B
/** * Action export */ export * from './actions/excel-export'; export * from './actions/pdf-export'; export * from './actions/keyboard'; export * from './actions/virtualscroll'; export * from './actions/drill-through'; export * from './actions/pager';