Files
grocy/public/viewjs/habitsoverview.js

6 lines
145 B
JavaScript
Raw Normal View History

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