WebHost: save datatables state (#1145)

* WebHost: save datatables state

* WebHost: Fix DataTables local storage keys.

Co-authored-by: recklesscoder <57289227+recklesscoder@users.noreply.github.com>
This commit is contained in:
Fabian Dill
2022-12-05 03:39:07 +01:00
committed by GitHub
parent 45719eb7e0
commit bd574ef261
6 changed files with 16 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ window.addEventListener('load', () => {
"ordering": true,
"info": false,
"dom": "t",
"stateSave": true,
});
console.log(tables);
});