mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 17:21:05 +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.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;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user