Allow your business users to explore data through pivot tables, in a drag'n'drop UI similar to that found in popular spreadsheet programs.
Reactive Web component that allows to easily create an editable Pivot Table that your end users can use to manipulate and look into data.
You can drag attributes into/out of the row/column areas, and choose a summary function. You can also preconfigure the pivot table and make it read only, for a static cross-tab like display.This component allows easily binding your data to the pivot table, through an easy to bind object, converted to JSON.The sample module shows some of the configurations you can make, such as:
The look and feel of the table is customizable by CSS.
Check PivotTable.js wiki in case you need to go deeper.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)