- Home
- Pivot
- Change Log Of Pivot Package
Change Log
- Bug fix for some edge cases.
- Fix font-awesome 5 icons
- Add div wrapper for data field zone of PivotTable
- Keep PivotMatrix's field state even when data is empty
- Make PivotUtil's headerMap and map compatible
- Revert PivotTable's javascript es6 for it to work with Phantomjs
- Add pivotRows and pivotColumns to PivotMatrix's javascript object
- Fix PivotUtil's headerMap property compatibility
- Fix PivotMatrix's update when there're multiple matrixes per page
- Add "rowCollapseLevels" and "columnCollapseLevels" to PivotMatrix
- Add class names and attributes to PivotMatrix's elements to support customization
- Fix some possible js bug in PivotMatrix.js and PivotTable.js
- Fix mappedNode in PivotUtil's getDataAttributes to show data cells' formatted values
- Fix PivotMatrix's paging bug with first row
- Fix PivotMatrix's Bun template error
- Add process Pivot2D to create pivot datastore in normal table format.
- Add custom aggregate to Pivot and Pivot2D processes.
- Add "cssClass" map for PivotTable and PivotMatrix.
- Add "hideGrandTotalRow" and "hideGrandTotalColumn" to PivotTable and PivotMatrix.
- Add Bun template for both PivotMatrix and PivotTable.
- Fix PivotMatrix's hideSubtotalRow when there're a lot of them.
- Fix pivot's excel export.
- Add 'hideSubtotalRow' and 'hideSubtotalColumn' to PivotTable and PivotMatrix widgets.
- Add 'sum percent' and 'count percent' to Pivot process.
- PivotMatrix: Fix: getTotalOffset in PivotMatrix.js.
- PivotMatrix: Fix: escape quote in header's dataset.node and in json_encode($config).
- PivotMatrix: Add: column header, row header and data cell Total css classes.
- PivotMatrix: Add: dataset row-field and column-field for data cells.
- PivotMatrix: Add: event 'afterFieldMove' AFTER each field move update.
- PivotMatrix: Add: expandUptoLevel function.
- PivotMatrix: Add: krpmRowHeaderTotal, krpmColumnHeaderTotal, krpmDataCellRowTotal, krpmDataCellColumnTotal, krmpDataCellRowTotalTr class to to help hide subtotal row.
- Pivot: Add: command "expand" => level.
- Bug fix: Move field to empty row or column zones.
- Feature: Add PivotExtract process to extract tabular data from pivot data.
- Minor javascript bug fixes.
- Add property "partialProcessing" for Pivot process to increase speed.
- Add property 'columnWidth' for PivotMatrix widget.
- Fix the average calculation in Pivot
- Add PivotMatrix widget for dragging and dropping fields, sorting, paging, scrolling.
- Incremental processing: only compute necessary pivot data at the visible level. Compute more when users click expand/collapse.