make readonly edit record table on outputPreview

This commit is contained in:
anovazzi1 2024-06-08 16:19:35 -03:00
commit a6026944a8

View file

@ -25,6 +25,8 @@ function RecordsOutputComponent({
return (
<TableComponent
readOnlyEdit
editable={true}
key={"recordsOutputComponent"}
overlayNoRowsTemplate="No data available"
suppressRowClickSelection={true}