Files
grocy/views/viewjs/stockoverview.js
2018-04-10 20:30:11 +02:00

8 lines
111 B
JavaScript

$(function()
{
$('#stock-overview-table').DataTable({
'pageLength': 50,
'order': [[2, 'asc']]
});
});