Aggregates
The TreeList enables you to visualize the aggregates for the level items in the respective column footer.
To provide the aggregates either use the binding directives aggregate option or return an object with data
and aggregates
fields from the fetchChildren callback.
The following example demonstrates how to display the aggregate values in the footer with the binding directives.
The following example demonstrates how to display the aggregate values in the footer with custom binding.