Dash table total row

Is it possible to add a total row in dash dash_table? Representing the sum of each columns values.

Hello @pedromsouza,

The only way I can think of is that this is added to the df’s data. Currently, I do not believe that there is a way for a total sum of the columns.

3 Likes

Thanks! Initially I thought that adding a total row to the df would make my application slow because the df changes every time based on drodown filters, but it didn’t make a noticeable impact on performance.

1 Like