From ff685753c10185c37252df6663b7a5ef20bca11c Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 29 May 2024 17:28:20 +0300 Subject: [PATCH] Update inspectionslist.php --- application/views/inspectionslist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index e7595c3..b89c094 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -83,7 +83,7 @@ let currentDate = day + '-' + month + '-' + year+'_'+ hr + mint + scn; new DataTable('#inspectlist', { columnDefs: [ - {targets: [5,7], visible: false}, + /*{targets: [5,7], visible: false},*/ {searchable: false, orderable: false, targets: [8,9,10] }, {targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')} @@ -128,7 +128,7 @@ className: 'btn btn-info', language: { url: "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json" }, - /*stateSave: true,*/ + stateSave: true, lengthMenu: [ 25, 50, 100 ] });