grocy/views/stockoverview.js
2017-07-25 20:03:31 +02:00

8 lines
111 B
JavaScript

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