mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-27 22:26:00 +00:00
[UI] Enable copyable cell for BOM table (#12863)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user