server-side pagination for manufacturer part table
This commit is contained in:
parent
e36039b03f
commit
ab9d247531
|
|
@ -469,6 +469,7 @@ function loadManufacturerPartTable(table, url, options) {
|
|||
method: 'get',
|
||||
original: params,
|
||||
queryParams: filters,
|
||||
sidePagination: 'server',
|
||||
name: 'manufacturerparts',
|
||||
groupBy: false,
|
||||
formatNoMatches: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue