mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Form validation and barcode input handling improvements
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
$(function()
|
||||
{
|
||||
$('#current-stock-table').DataTable({ 'paging': false });
|
||||
$('#current-stock-table').DataTable({
|
||||
'paging': false,
|
||||
'order': [[2, 'asc']]
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user