In AG Grid when row grouping is applied, there is an option of "Value Aggregation" within the Column Menu. This option has a sub menu that lists the available aggregation functions ("sum", "min", "max", etc) along with custom aggregation functions defined on the grid.
The default aggregation functions displayed here are in lower case and abbreviated. I would like to have them in title case and not abbreviated.
| Value Aggregation (default) | Value Aggregation (required) |
|---|---|
| avg | Average |
| count | Count |
| first | First |
| last | Last |
Is there anything available within the preferences or api to achieve this?