Add search to build output table (#3639)

This commit is contained in:
Oliver 2022-09-03 11:44:01 +10:00 committed by GitHub
parent eaaf98f9d4
commit 2601cf0279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {