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',
|
method: 'get',
|
||||||
original: params,
|
original: params,
|
||||||
queryParams: filters,
|
queryParams: filters,
|
||||||
|
sidePagination: 'server',
|
||||||
name: 'manufacturerparts',
|
name: 'manufacturerparts',
|
||||||
groupBy: false,
|
groupBy: false,
|
||||||
formatNoMatches: function() {
|
formatNoMatches: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user