Pivot Table
The PivotTable component turns a data set into a summary table that users can manipulate through a two-dimensional drag-and-drop interface.
The add-on is based on the external PivotTable.js JavaScript library. You can find more examples of PivotTable on its author’s website.
Here are the key features of the PivotTable add-on:
-
Interactive Pivot Table Component: Provides a visual, interactive way to explore and analyze data.
-
Drag-and-Drop Functionality: Easily manipulate table structure and grouping through intuitive drag-and-drop actions.
-
Data Aggregation: Calculate sums, averages, counts, and other aggregates to gain insights from your data.
Installation
For automatic installation through Jmix Marketplace, follow instructions in the Add-ons section.
For manual installation, add the following dependency to your build.gradle file:
implementation 'io.jmix.pivottable:jmix-pivottable-flowui-starter'