diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index f45f3fc..c363ef4 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -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')}