Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent 2dea12f commit ff68575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
let currentDate = day + '-' + month + '-' + year+'_'+ hr + mint + scn;
new DataTable('#inspectlist', {
columnDefs: [
{targets: [5,7], visible: false},
/*{targets: [5,7], visible: false},*/
{searchable: false, orderable: false, targets: [8,9,10] },
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')}

Expand Down Expand Up @@ -128,7 +128,7 @@ className: 'btn btn-info',
language: {
url: "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json"
},
/*stateSave: true,*/
stateSave: true,
lengthMenu: [ 25, 50, 100 ]
});

Expand Down

0 comments on commit ff68575

Please sign in to comment.