Aggrid configure_column rowGroup to show sum(value) instead of count

:rotating_light: Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). :rotating_light:

  1. Are you running your app locally or is it deployed?
    locally

Hi community, a qq on AgGrid configure_column usage.
As shown in the image, i’m using AgGrid to group the rows together.
However, what I want to display next to the group is the sum(value) instead of count of rows in the group. is it possible to achieve?

gb = GridOptionsBuilder.from_dataframe(filtered_df)
gb.configure_column(col, rowGroupIndex=i)

As shown in the image below, I want to display 470 instead of 53.

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