mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Again some changes for stock overview table loading speed workaround (references #120)
This commit is contained in:
parent
30e54997b2
commit
2e265ac70a
@ -2,8 +2,10 @@
|
|||||||
'paginate': false,
|
'paginate': false,
|
||||||
'order': [[3, 'asc']],
|
'order': [[3, 'asc']],
|
||||||
'columnDefs': [
|
'columnDefs': [
|
||||||
{ 'orderable': false, 'searchable': false, 'visible': false, 'render': null, 'defaultContent': '', 'targets': 0 },
|
{ 'orderable': false, 'targets': 0 },
|
||||||
{ 'visible': false, 'targets': 4 }
|
{ 'visible': false, 'targets': 4 },
|
||||||
|
{ 'visible': false, 'targets': 5 },
|
||||||
|
{ 'visible': false, 'targets': 6 }
|
||||||
],
|
],
|
||||||
'language': JSON.parse(L('datatables_localization')),
|
'language': JSON.parse(L('datatables_localization')),
|
||||||
'scrollY': false,
|
'scrollY': false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user