Add staveSave property bool to DHCP tables to remember last used sort direction/column

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2020-05-19 07:54:05 +01:00
committed by XhmikosR
parent 34f6c753c7
commit 6b1340cfdf

View File

@@ -174,7 +174,8 @@ $(document).ready(function () {
scrollCollapse: true,
scrollY: "200px",
scrollX: true,
order: [[2, "asc"]]
order: [[2, "asc"]],
stateSave: true
});
}
@@ -186,7 +187,8 @@ $(document).ready(function () {
scrollCollapse: true,
scrollY: "200px",
scrollX: true,
order: [[2, "asc"]]
order: [[2, "asc"]],
stateSave: true
});
}