mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Add option to display ALL results in a paginated table
- Commonize the number of pages allowed
This commit is contained in:
@ -50,6 +50,7 @@
|
||||
search: true,
|
||||
pagination: true,
|
||||
pageSize: 50,
|
||||
pageList: [25, 50, 100, 'all'],
|
||||
formatNoMatches: function() { return "No supplier parts found for {{ company.name }}"; },
|
||||
queryParams: function(p) {
|
||||
return {
|
||||
|
@ -37,6 +37,7 @@ InvenTree | Supplier List
|
||||
search: true,
|
||||
pagination: true,
|
||||
pageSize: 50,
|
||||
pageList: [25, 50, 100, 'all'],
|
||||
formatNoMatches: function() { return "No company information found"; },
|
||||
columns: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user