Merge branch 'spidev' into 'master'
Datatables Uptate See merge request fronk/thetool!345
This commit is contained in:
@@ -63,6 +63,7 @@ table = $('#datatable').DataTable({
|
|||||||
},
|
},
|
||||||
orderCellsTop: true,
|
orderCellsTop: true,
|
||||||
stateSave: true,
|
stateSave: true,
|
||||||
|
stateDuration: 60 * 60 * 24 * 30,
|
||||||
"initComplete": function () {
|
"initComplete": function () {
|
||||||
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
|
$('#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 () {
|
$('#clear_cookie').click(function () {
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ table = $('#datatable').DataTable({
|
|||||||
},
|
},
|
||||||
orderCellsTop: true,
|
orderCellsTop: true,
|
||||||
stateSave: true,
|
stateSave: true,
|
||||||
|
stateDuration: 60 * 60 * 24 * 30,
|
||||||
"initComplete": function () {
|
"initComplete": function () {
|
||||||
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
|
$('#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 () {
|
$('#clear_cookie').click(function () {
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ table = $('#datatable').DataTable({
|
|||||||
},
|
},
|
||||||
orderCellsTop: true,
|
orderCellsTop: true,
|
||||||
stateSave: true,
|
stateSave: true,
|
||||||
|
stateDuration: 60 * 60 * 24 * 30,
|
||||||
"initComplete": function () {
|
"initComplete": function () {
|
||||||
$('#datatable_filter').append('<i id="clear_cookie" class="fas fa-times clear-fa" title="Filter löschen" aria-hidden="true" ></i>');
|
$('#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 () {
|
$('#clear_cookie').click(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user