mirror of
https://github.com/grocy/grocy.git
synced 2025-04-28 17:23:56 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
$(function()
|
|
{
|
|
$('#habits-overview-table').DataTable({
|
|
'pageLength': 50,
|
|
'order': [[1, 'desc']]
|
|
});
|
|
});
|