v6.2.1 - Tree Data Totals with Aggregators
6.2.1 (2023-09-05)
Prior to this release, I always thought Tree Data was not quite feature complete, the missing piece was Tree Totals with Aggregators and this is exactly what this new release brings. We can now calculate totals on a tree by using the same existing Aggregators (note that they had to be modified to support Tree Data aggregations). Most Aggregators are supported, but not all, the ones that are available in a Tree Data grid are (avg
, count
, min
, max
and sum
), for more information see:
Bug Fixes
- adding dataset hierarchical item shouldn't cause scroll flickering (4c5864f)
- common: Select Filter/Editor enableRenderHtml incorrect, fix #1240 (0b8b52b)
Features
- TreeData: add optional Aggregators for Tree Data totals calc (236add4)
Installation
Please remember that all packages of @slickgrid-universal
(v3.2.1
) and Angular-Slickgrid
(v6.2.1
) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki
please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.
- review the Slickgrid-Universal changelog
- and the Angular-Slickgrid changelog (above)