[UI] Enable copyable cell for BOM table (#12863)

This commit is contained in:
Oliver
2026-09-16 12:52:05 +10:00
committed by GitHub
parent dca516b318
commit fe7ed8028e
+1
View File
@@ -112,6 +112,7 @@ export function BomTable({
switchable: false, switchable: false,
sortable: true, sortable: true,
minWidth: 250, minWidth: 250,
copyable: (record: any) => record.sub_part_detail?.name ?? '',
render: (record: any) => { render: (record: any) => {
const part = record.sub_part_detail; const part = record.sub_part_detail;