mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 07:00:56 +00:00
Adds refresh and filtering for "company" table
This commit is contained in:
@ -380,6 +380,7 @@ function loadCompanyTable(table, url, options={}) {
|
||||
url: url,
|
||||
method: 'get',
|
||||
queryParams: filters,
|
||||
original: params,
|
||||
groupBy: false,
|
||||
sidePagination: 'server',
|
||||
formatNoMatches: function() {
|
||||
|
Reference in New Issue
Block a user