Treetable footer problems Sum

Hi everyone,

I’m actually working on a treetable and I have some problems with his footer.

The problem is :
When I open a folder, he makes the sum of the child of the + row of folder.

There is an example here :

and when I open a folder :

It is possible to don’t sum the child ? and keep only the sum of folders ?

Thank you

Hello, @Sahek

It is possible to solve the issue by creating custom content element eg by extending the existing content element - summColumn.
Inside of the refresh() method in this content element you could add any logic you need.
Here is the snippet: Code Snippet