Code review

This commit is contained in:
Bernd Bestel
2017-04-21 12:30:08 +02:00
parent 5db288fc3c
commit 1d293741ba
10 changed files with 39 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
$(function()
{
$('#current-stock-table').DataTable({
'paging': false,
'pageLength': 50,
'order': [[2, 'asc']]
});
});