mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
You can now filter headers in web spreadsheets
This commit is contained in:
@@ -144,6 +144,7 @@ function addTableElement(blenderId, csvData, filename) {
|
||||
}
|
||||
|
||||
// console.log(connectedClients[blenderId]);
|
||||
|
||||
const tableContainer = $("<div></div>")
|
||||
.addClass("table-container")
|
||||
.attr("id", "container-" + blenderId);
|
||||
@@ -225,6 +226,7 @@ function addTableElement(blenderId, csvData, filename) {
|
||||
menu = createHeaderMenu(definitions, table);
|
||||
definitions.forEach((column) => {
|
||||
column.visible = true;
|
||||
column.headerFilter = true;
|
||||
column.headerMenu = menu;
|
||||
});
|
||||
return definitions;
|
||||
|
||||
Reference in New Issue
Block a user