Pivot Table

The PivotTable add-on provides a table component for Backoffice UI with drag-and-drop functionality that enables turning a data set into a summary table and manipulate it using 2D drag-and-drop UI.

The add-on is based on the PivotTable is based on the external PivotTable.js JavaScript library. You can find more examples of PivotTable on its author’s website.

Installation

Follow the instructions in the Add-ons section to install the add-on into your application.

To enable using the component in the screen, declare the pivot namespace in the root element in the screen XML descriptor:

<window xmlns="http://jmix.io/schema/ui/window"
        xmlns:pivot="http://jmix.io/schema/ui/pivot-table">