From 2e265ac70ab9e2d4edd9e8436240dd9503239c7b Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 5 Jan 2019 16:27:26 +0100 Subject: [PATCH] Again some changes for stock overview table loading speed workaround (references #120) --- public/viewjs/stockoverview.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/viewjs/stockoverview.js b/public/viewjs/stockoverview.js index cc9be350..69cd2039 100644 --- a/public/viewjs/stockoverview.js +++ b/public/viewjs/stockoverview.js @@ -2,8 +2,10 @@ 'paginate': false, 'order': [[3, 'asc']], 'columnDefs': [ - { 'orderable': false, 'searchable': false, 'visible': false, 'render': null, 'defaultContent': '', 'targets': 0 }, - { 'visible': false, 'targets': 4 } + { 'orderable': false, 'targets': 0 }, + { 'visible': false, 'targets': 4 }, + { 'visible': false, 'targets': 5 }, + { 'visible': false, 'targets': 6 } ], 'language': JSON.parse(L('datatables_localization')), 'scrollY': false,