mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
$(function()
|
|
{
|
|
$('#current-stock-table').DataTable({
|
|
'pageLength': 50,
|
|
'order': [[2, 'asc']]
|
|
});
|
|
});
|