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 ] });