mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Disable pagination for data tables
This commit is contained in:
@@ -27,7 +27,7 @@ $(document).on('click', '#add-products-below-min-stock-amount', function(e)
|
||||
});
|
||||
|
||||
$('#shoppinglist-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'bPaginate': false,
|
||||
'order': [[1, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
|
Reference in New Issue
Block a user