[UI] Enable printing of build lines (#10403)
* [UI] Enable printing of build lines - Closes https://github.com/inventree/InvenTree/issues/10402 * Prevent cell click action
This commit is contained in:
parent
1279001d8e
commit
e897222e07
|
|
@ -953,6 +953,9 @@ export default function BuildLineTable({
|
|||
dataFormatter: formatRecords,
|
||||
enableDownload: true,
|
||||
enableSelection: true,
|
||||
enableLabels: true,
|
||||
modelType: ModelType.buildline,
|
||||
onCellClick: () => {},
|
||||
rowExpansion: rowExpansion
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue