Fixes for supplierpart table

- Paginate on server side
This commit is contained in:
Oliver 2021-09-30 20:12:27 +10:00
parent 15d96a3288
commit b9c8e46e1c

View File

@ -724,6 +724,7 @@ function loadSupplierPartTable(table, url, options) {
url: url,
method: 'get',
original: params,
sidePagination: 'server',
queryParams: filters,
name: 'supplierparts',
groupBy: false,