mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Improve mobile performance on stock overview
This commit is contained in:
parent
9ba66aeac2
commit
b33eaede0f
|
|
@ -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…
Reference in New Issue
Block a user