mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user