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 10fe06c commit ed8c0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ className: 'btn btn-success',
},
stateSave: true,
columnDefs: [
{visible: false, targets: [5,7] }
{searchable: false, orderable: false, targets: [8,9,10] },
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')},
{ visible: false, targets: [5,7] }

],
lengthMenu: [ 25, 50, 100 ]
});
Expand Down

0 comments on commit ed8c0c5

Please sign in to comment.