fixes the selection of the tableUniqueID

This commit is contained in:
SimonGschnell
2024-04-29 11:45:08 +02:00
parent b0d31361c1
commit 555db0d5af
@@ -455,9 +455,9 @@ $(function () {
func_tableBuilt(tabulatorInstance);
// using the tabulator instance instead of the jquery object because the site loads two different tabulator tables
console.log("instance",tabulatorInstance)
let uniqueTableID =
tabulatorInstance.element.parentElement.parentElement.parentElement.attributes
tabulatorInstance.element.parentElement.parentElement.attributes
.tableUniqueId.value;
switch (uniqueTableID) {