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:
@@ -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