mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Improve mobile performance on stock overview (#424)
This commit is contained in:
parent
9ba66aeac2
commit
1b0308f39d
@ -1,5 +1,7 @@
|
||||
var stockOverviewTable = $('#stock-overview-table').DataTable({
|
||||
'paginate': false,
|
||||
'deferRender': true,
|
||||
'searchDelay': 200,
|
||||
'order': [[3, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user