renders a total column for rows according to the column values
webix.ui({
view:"pivot",
totalColumn:true
});
The default logic of processing values may not always suit for calculating the total column. In this case you can make use of the addTotalOperation method.
The "sumOnly" value of the totalColumn property forces the summing function to process only rows that contain sums already.