Reactive Web component that allows to easily create an editable Pivot Table that your end users can use to manipulate and look into data.
It wraps PivotTable.js, which implements a pivot table drag'n'drop UI similar to that found in popular spreadsheet programs. 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 readonly, 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. Check the demo module to learn how to use it.The sample module shows some of the configurations you can make, such as:
Features still in development:
The look and feel of the table is customizable by CSS.Check PivotTable.js wiki in case you need to go deeper