diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index d5c4a16..dda7f61 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -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 ] });