mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
tidy up some experimenting
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
@@ -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... ¯\_(ツ)_/¯
|
||||
|
||||
Reference in New Issue
Block a user