Show sum of columns on web spreadsheet, really useful for qto

This commit is contained in:
Dion Moult
2024-08-22 17:22:29 +10:00
parent 6418353119
commit 00279b63de
@@ -228,6 +228,8 @@ function addTableElement(blenderId, csvData, filename) {
column.visible = true; column.visible = true;
column.headerFilter = true; column.headerFilter = true;
column.headerMenu = menu; column.headerMenu = menu;
// TODO: more user control to choose function, style at bottomCalc
column.topCalc = 'sum';
}); });
return definitions; return definitions;
}, },