v3.2.1 - Tree Data Totals (with Aggregators)
3.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:
Features
- export: add
autoDetectCellFormat
flag to Excel Export Options (#1083) (839b09a) - by @ghiscoding - TreeData: add auto-recalc feature for Tree Totals w/Aggregators (#1084) (e884c03) - by @ghiscoding
- TreeData: add optional Aggregators to Tree Data grids (#1074) (6af5fd1) - by @ghiscoding
Bug Fixes
- adding dataset hierarchical item shouldn't cause scroll flickering (#1076) (8536e0e) - by @ghiscoding
- common: Sort Service could throw on 3rd with undefined columnId (#1059) (1141230) - by @ghiscoding
- copying multiple times only kept last undo CellExternalCopyManager (#1075) (e3beee2) - by @ghiscoding
- deps: update dependency autocompleter to v9 (#1051) (0e05f2a) - by @renovate-bot
- TreeData: auto-recalc should update totals for collapsed items too (#1086) (25d39f2) - by @ghiscoding
- common: Select Filter/Editor enableRenderHtml was wrong (#1096) (1f09eefa) - by @ghiscoding