mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Show sum of columns on web spreadsheet, really useful for qto
This commit is contained in:
@@ -228,6 +228,8 @@ function addTableElement(blenderId, csvData, filename) {
|
||||
column.visible = true;
|
||||
column.headerFilter = true;
|
||||
column.headerMenu = menu;
|
||||
// TODO: more user control to choose function, style at bottomCalc
|
||||
column.topCalc = 'sum';
|
||||
});
|
||||
return definitions;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user