From 249da569f6e5889cf2ca37533f457002da0f5018 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 29 May 2024 16:35:54 +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 910e03d..fe0f34c 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -103,7 +103,7 @@ className: 'btn btn-success', language: { url: "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json" }, - stateSave: true, + /* stateSave: true, */ columnDefs: [ {searchable: false, orderable: false, targets: [4,5,6] }, {targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')}