mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 19:20:55 +00:00
Enable printing and report actions (#9853)
This commit is contained in:
@ -130,6 +130,9 @@ export default function InstalledItemsTable({
|
|||||||
columns={tableColumns}
|
columns={tableColumns}
|
||||||
props={{
|
props={{
|
||||||
tableActions: tableActions,
|
tableActions: tableActions,
|
||||||
|
enableSelection: true,
|
||||||
|
enableLabels: true,
|
||||||
|
enableReports: true,
|
||||||
rowActions: rowActions,
|
rowActions: rowActions,
|
||||||
modelType: ModelType.stockitem,
|
modelType: ModelType.stockitem,
|
||||||
params: {
|
params: {
|
||||||
|
Reference in New Issue
Block a user