mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Added habit tracking
This commit is contained in:
7
views/stockoverview.js
Normal file
7
views/stockoverview.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
$('#stock-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[2, 'asc']]
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user