mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
Add option to display ALL results in a paginated table
- Commonize the number of pages allowed
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
search: true,
|
||||
pagination: true,
|
||||
pageSize: 50,
|
||||
pageList: [25, 50, 100, 'all'],
|
||||
queryParams: function(p) {
|
||||
return {
|
||||
part: {{ part.id }},
|
||||
|
Reference in New Issue
Block a user