adds include variable tabulator5JQuery to FHC-Common.php

This commit is contained in:
SimonGschnell
2024-03-07 11:46:05 +01:00
parent 464799d22b
commit 7eda02f366
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -562,6 +562,8 @@ var FHC_TableWidget = {
// Renders the tabulator
tableWidgetDiv.find("#tableWidgetTabulator").tabulator(options);
tableWidgetDiv.find("#tableWidgetTabulator").tabulator("on","tableBuilt",()=>{console.log("table build")});
}
}