mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Fixes for supplierpart table
- Paginate on server side
This commit is contained in:
parent
15d96a3288
commit
b9c8e46e1c
@ -724,6 +724,7 @@ function loadSupplierPartTable(table, url, options) {
|
||||
url: url,
|
||||
method: 'get',
|
||||
original: params,
|
||||
sidePagination: 'server',
|
||||
queryParams: filters,
|
||||
name: 'supplierparts',
|
||||
groupBy: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user