2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-03 15:52:51 +00:00

[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:
Oliver
2025-09-27 14:15:04 +10:00
committed by GitHub
parent 1279001d8e
commit e897222e07

View File

@@ -953,6 +953,9 @@ export default function BuildLineTable({
dataFormatter: formatRecords, dataFormatter: formatRecords,
enableDownload: true, enableDownload: true,
enableSelection: true, enableSelection: true,
enableLabels: true,
modelType: ModelType.buildline,
onCellClick: () => {},
rowExpansion: rowExpansion rowExpansion: rowExpansion
}} }}
/> />