Aggregates
The TreeList component can render aggregated data.
Getting Started
In order to render aggregated data, it's required to calculate it and add it to the TreeList data
tree, along with the other data objects. Additional styling or customization of the rows showing aggregated data can be achieved using the TreeList rowRender
property.
The following example shows how to render aggregated data.