tidy up some experimenting

Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
Adam Warner
2017-10-19 23:09:13 +01:00
parent 62b8c0d733
commit f6a05a00b3

View File

@@ -115,7 +115,7 @@ $(document).ready(function() {
"columnDefs": [ { "bSortable": false, "orderable": false, targets: -1} ],
"paging": false,
"scrollCollapse": true,
"scrollY": "500px",
"scrollY": "200px",
"scrollX" : true
});
}
@@ -127,7 +127,7 @@ $(document).ready(function() {
"paging": false,
"scrollCollapse": true,
"scrollY": "200px",
"scrollX" : "100%"
"scrollX" : true
});
}
//call draw() on each table... they don't render properly with scrollX and scrollY set... ¯\_(ツ)_/¯