pivot table total functionality

Hi All,

I was wondering is it possible to move the total column in a pivot table, instantiated by (totalColumn: true) to the start of the pivot table instead at the end.

Thanks,

Peter

Hello @pnash ,

Pivot has onBeforeRender event, where you can manage the columns which will be rendered - change their configuration, reorder them and so on.
Here’s an example for your use-case: https://snippet.webix.com/6ppt8vme

Thanks Nastja, that worked perfectly.