First Pass at LeafDataQuery for Queue

This commit is contained in:
2020-06-17 15:26:31 -04:00
parent 5ac9291518
commit d09f84b47d
9 changed files with 169 additions and 29 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
$(function () {
$(function() {
// responsive column hide for results
$("#queue th:nth-child(4)").addClass("d-none d-md-table-cell");
$("#queue td:nth-child(4)").addClass("d-none d-md-table-cell");
$("#queue th:nth-child(3)").addClass("d-none d-sm-table-cell");
$("#queue td:nth-child(3)").addClass("d-none d-sm-table-cell");
});