Files
grocy/public/viewjs/habitsoverview.js

8 lines
113 B
JavaScript
Raw Normal View History

2017-07-25 20:03:31 +02:00
$(function()
{
$('#habits-overview-table').DataTable({
'pageLength': 50,
'order': [[1, 'desc']]
});
});