mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Disable pagination for data tables
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
});
|
||||
|
||||
$('#apikeys-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'bPaginate': false,
|
||||
'order': [[4, 'desc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
|
Reference in New Issue
Block a user