Enable printing and report actions (#9853)
This commit is contained in:
parent
bbe94ee9c2
commit
590c41169e
|
|
@ -130,6 +130,9 @@ export default function InstalledItemsTable({
|
|||
columns={tableColumns}
|
||||
props={{
|
||||
tableActions: tableActions,
|
||||
enableSelection: true,
|
||||
enableLabels: true,
|
||||
enableReports: true,
|
||||
rowActions: rowActions,
|
||||
modelType: ModelType.stockitem,
|
||||
params: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue