'ag-grid how to remove the sum prefix for an aggregation func

I have the sum function but I don't want the word 'sum' label to be part of the prefix of the column name.

enter image description here

Here is an example from the documentation showing the sum and a Plurk to play around with the code.

https://www.ag-grid.com/javascript-data-grid/aggregation/

I would appreciate if anybody knows how to remove that prefix from the column name thanks.



Solution 1:[1]

We did this by setting the property suppressaggfuncinheader to true in our Layout.

https://docs.adaptabletools.com/reference/layout#suppressaggfuncinheader

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Simone