mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
fixes the selection of the tableUniqueID
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user