Datatables Uptate

* Statusspeicherung auf 1 Monat erhöht bei allen DTs
This commit is contained in:
Spitzer Daniel
2024-04-26 10:18:13 +02:00
parent 1ab898fbce
commit b3fcd1f6e8
3 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ table = $('#datatable').DataTable({
},
orderCellsTop: true,
stateSave: true,
stateDuration: 60 * 60 * 24 * 30,
"initComplete": function () {
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
$('#clear_cookie').click(function () {

View File

@@ -58,6 +58,7 @@ table = $('#datatable').DataTable({
},
orderCellsTop: true,
stateSave: true,
stateDuration: 60 * 60 * 24 * 30,
"initComplete": function () {
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
$('#clear_cookie').click(function () {

View File

@@ -62,6 +62,7 @@ table = $('#datatable').DataTable({
},
orderCellsTop: true,
stateSave: true,
stateDuration: 60 * 60 * 24 * 30,
"initComplete": function () {
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
$('#clear_cookie').click(function () {