Footer Aggregate in JavaScript TreeGrid
Footer aggregate value is calculated for all the rows, and it is displayed in the footer cells. Use the footerTemplate property to render the aggregate value in footer cells.
The aggregate values must be accessed inside the template using their corresponding
typename.
How to format aggregate value
You can format the aggregate value result by using the format property.