mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Fix bug where there would be missing data in web spreadsheets
See https://github.com/olifolkerd/tabulator/issues/3135
This commit is contained in:
@@ -216,6 +216,8 @@ function addTableElement(blenderId, csvData, filename) {
|
|||||||
autoColumns: true,
|
autoColumns: true,
|
||||||
selectableRows: 1,
|
selectableRows: 1,
|
||||||
layout: "fitColumns",
|
layout: "fitColumns",
|
||||||
|
// Our fields are never nested, and we use the "." character in queries
|
||||||
|
nestedFieldSeparator: false,
|
||||||
autoColumnsDefinitions: function (definitions) {
|
autoColumnsDefinitions: function (definitions) {
|
||||||
menu = createHeaderMenu(definitions, table);
|
menu = createHeaderMenu(definitions, table);
|
||||||
definitions.forEach((column) => {
|
definitions.forEach((column) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user