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