mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-27 14:16:02 +00:00
[UI] Enable copyable cell for BOM table (#12863)
This commit is contained in:
@@ -112,6 +112,7 @@ export function BomTable({
|
||||
switchable: false,
|
||||
sortable: true,
|
||||
minWidth: 250,
|
||||
copyable: (record: any) => record.sub_part_detail?.name ?? '',
|
||||
render: (record: any) => {
|
||||
const part = record.sub_part_detail;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user