[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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