Files
grocy/public/viewjs/batteriesoverview.js

6 lines
148 B
JavaScript
Raw Normal View History

2018-04-16 19:11:32 +02:00
$('#batteries-overview-table').DataTable({
'pageLength': 50,
'order': [[1, 'desc']],
'language': JSON.parse(L('datatables_localization'))
});