Hello @bdasilva ,
Pivot has onBeforeRender event, which allows modifying the configuration of columns before they initialized.So you can add custom "total" column with template where the needed calculations on data can be performed as well and customize and footer too.
Please take a look at the snippet: https://snippet.webix.com/pnjbysag
Comments
Hello @bdasilva ,
Pivot has
onBeforeRender
event, which allows modifying the configuration of columns before they initialized.So you can add custom "total" column with template where the needed calculations on data can be performed as well and customize and footer too.Please take a look at the snippet:
https://snippet.webix.com/pnjbysag