open form view detail from grid

This commit is contained in:
Jan Prochazka
2021-01-14 11:38:08 +01:00
parent f2dbe1f103
commit 9600c213ef
5 changed files with 73 additions and 15 deletions

View File

@@ -476,7 +476,7 @@ export default function FormView(props) {
/>
) : (
<>
<CellFormattedValue value={rowData && rowData[col.columnName]} dataType={col.dataType} />
<CellFormattedValue value={rowData && rowData[col.columnName]} dataType={col.dataType} theme={theme} />
{!!col.hintColumnName &&
rowData &&
!(rowStatus.modifiedFields && rowStatus.modifiedFields.has(col.uniqueName)) && (