Login to follow
PivotTable

PivotTable (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 19 October 2023 by OutSystems Labs
PivotTable

PivotTable (ODC)

Details
Detailed Description

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:

  • Define which columns/rows show up by default on the report
  • Define which aggregators are performed (e.g. Count, Sum(Price), List Unique Values)

The look and feel of the table is customizable by CSS.

Check PivotTable.js wiki in case you need to go deeper.