mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
* [UI] Enable printing of build lines
- Closes https://github.com/inventree/InvenTree/issues/10402
* Prevent cell click action
(cherry picked from commit e897222e07)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
06750358d6
commit
542a75ce58
@@ -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
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user