From ec9a8c1340151afa3cd5583d886963e1934c8383 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 29 May 2024 14:10:29 +0300 Subject: [PATCH] Update inspectionslist.php --- application/views/inspectionslist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')}