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