mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Modified DOM of table
This commit is contained in:
@@ -60,6 +60,11 @@ $("#DHCPchk").click(function() {
|
||||
$(document).ready(function() {
|
||||
if(!!document.getElementById("DHCPLeasesTable"))
|
||||
{
|
||||
$('#DHCPLeasesTable').DataTable();
|
||||
$('#DHCPLeasesTable').DataTable({
|
||||
dom: "<'row'<'col-sm-12'i>>" +
|
||||
"<'row'<'col-sm-12'tr>>" +
|
||||
"<'row'<'col-sm-5'f><'col-sm-7'p>>",
|
||||
"pageLength": 5
|
||||
});
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user