Aggrid Sum in pivot

Hi Team,
My first post here :slight_smile:

When I use aggrid to create pivot and when I sum values by

 gb.configure_column(field="OUR FY-1", header_name="OUR FY-1", width=200,
 type=["numericColumn"], aggFunc="sum", valueFormatter="value.toLocaleString()")

and the output is correct, my pivot works, but the coulmn is named “sumof(OUR FY-1)”

Is there any way to change to just to the original column name “OUR FY-1”?

Many thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.