mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add search to build output table (#3639)
This commit is contained in:
parent
eaaf98f9d4
commit
2601cf0279
@ -1156,7 +1156,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
uniqueId: 'pk',
|
||||
name: 'build-outputs',
|
||||
sortable: true,
|
||||
search: false,
|
||||
search: true,
|
||||
sidePagination: 'client',
|
||||
detailView: bom_items.length > 0,
|
||||
detailFilter: function(index, row) {
|
||||
|
Loading…
Reference in New Issue
Block a user