Skip to content

Commit d483806

Browse files
committed
LKE-1744 add doc
1 parent 0588a72 commit d483806

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ function getTableData(queryResult) {
368368
item.data.properties[key] = value.value || value.original;
369369
}
370370
}
371+
// If one of the property key has a . we replace it by the string 'dot' to avoid an error in Tabulator
371372
if (key.includes('.')) {
372373
Object.defineProperty(item.data.properties, escapeDotCharacters(key),
373374
Object.getOwnPropertyDescriptor(item.data.properties, key));

0 commit comments

Comments
 (0)