mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
$('#stock-overview-table').DataTable({
|
|
'pageLength': 50,
|
|
'order': [[2, 'asc']],
|
|
'language': JSON.parse(L('datatables_localization'))
|
|
});
|