Which I can replicate fine in my project, however adding this extra line to onBeforeRender does not bring the desired result:
columns[i].footer.format = function(value){ return parseFloat(value).toFixed(2); };
The example in the snippet doesn’t seem to be working in the latest version of the pivot? The numbers in the footer is not formatted as expected. Is there a workaround for this?