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