mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
Server-side paginatino for build orders
This commit is contained in:
@ -630,6 +630,7 @@ function loadBuildTable(table, options) {
|
||||
url: options.url,
|
||||
queryParams: filters,
|
||||
groupBy: false,
|
||||
sidePagination: 'server',
|
||||
name: 'builds',
|
||||
original: params,
|
||||
columns: [
|
||||
|
Reference in New Issue
Block a user