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