server-side pagination for manufacturer part table

This commit is contained in:
Oliver 2021-09-30 20:17:10 +10:00
parent e36039b03f
commit ab9d247531

View File

@ -469,6 +469,7 @@ function loadManufacturerPartTable(table, url, options) {
method: 'get', method: 'get',
original: params, original: params,
queryParams: filters, queryParams: filters,
sidePagination: 'server',
name: 'manufacturerparts', name: 'manufacturerparts',
groupBy: false, groupBy: false,
formatNoMatches: function() { formatNoMatches: function() {