mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Disable pagination for data tables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$('#stock-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'bPaginate': false,
|
||||
'order': [[3, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
|
Reference in New Issue
Block a user