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

Expand Down

0 comments on commit ec9a8c1

Please sign in to comment.