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 351e301 commit c290c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ className: 'btn btn-success',
exportOptions: {
modifier: {
page: 'current',
columns: [0,1,2,3,4]

},

columns: [0,1,2,3,4,5,6,7]
}
}, 'print'],

Expand All @@ -107,7 +107,7 @@ className: 'btn btn-success',
},
stateSave: true,
columnDefs: [
{searchable: false, orderable: false, targets: [4,5,6] },
{searchable: false, orderable: false, targets: [8,9,10] },
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')}
],
lengthMenu: [ 25, 50, 100 ]
Expand Down

0 comments on commit c290c40

Please sign in to comment.