@@ -65,7 +73,9 @@
// Get plugin and settings data from API endpoints
function getData(){
- $.get('api/table_settings.json?nocache=' + Date.now(), function(res) {
+ // some race condition, need to implement delay
+ setTimeout(() => {
+ $.get('api/table_settings.json?nocache=' + Date.now(), function(res) {
settingsData = res["data"];
@@ -181,6 +191,9 @@
})
+
+ }, 50);
+
}
@@ -190,6 +203,39 @@
return $('.deviceSelector select').val().join(',');
}
+ // -----------------------------------------------------------------------------
+ // Select All
+ function markAllSelected() {
+ // Get the