make readonly edit record table on outputPreview
This commit is contained in:
parent
0c5e054985
commit
a6026944a8
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ function RecordsOutputComponent({
|
|||
|
||||
return (
|
||||
<TableComponent
|
||||
readOnlyEdit
|
||||
editable={true}
|
||||
key={"recordsOutputComponent"}
|
||||
overlayNoRowsTemplate="No data available"
|
||||
suppressRowClickSelection={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue