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