Datatable Sum footer - round 2 decimal

Hello,

Can anyone tell me a way to access the sumColumn footer. I want to reduce the number of decimal places to two. Here is an example https://snippet.webix.com/7s0xm26s

Any help would be appreciated

Hello,

You can define a template for the footer line containing summColumn: https://snippet.webix.com/mc3vkl1p

1 Like

Thanks @Helga

What if I am loading the column properties dynamically with json? Obviously the function cannot be passed as data.

@Helga thanks!