perspective UX

This commit is contained in:
Jan Prochazka
2022-08-08 19:40:50 +02:00
parent 65aa8fb4e3
commit 530b1cade3
3 changed files with 4 additions and 2 deletions

View File

@@ -78,5 +78,6 @@
foreignKey={filterInfo.foreignKey}
{customCommandIcon}
onCustomCommand={customCommandIcon ? changeParentFilter : null}
customCommandTooltip='Filter parent rows'
/>
</div>

View File

@@ -285,7 +285,7 @@
filters: {
[dataNode.columnName]: getFilterValueExpression(value, dataNode.column.dataType),
},
isFormView: true,
// isFormView: true,
},
},
{