Add option to show *all* queries at once

This commit is contained in:
DL6ER
2016-11-14 12:47:10 +01:00
parent 383ea1f365
commit 118db849ce
+3 -2
View File
@@ -18,10 +18,11 @@ $(document).ready(function() {
{ "width" : "40%" },
{ "width" : "15%" },
{ "width" : "15%" }
]
],
"lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
})
} );
function refreshData() {
tableApi.ajax.url("api.php?getAllQueries").load();
}
}