mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
$('#batteries-overview-table').DataTable({
|
|
'pageLength': 50,
|
|
'order': [[1, 'desc']],
|
|
'language': JSON.parse(L('datatables_localization'))
|
|
});
|