mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
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:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user