mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 17:36:01 +00:00
perspective UX
This commit is contained in:
@@ -78,5 +78,6 @@
|
||||
foreignKey={filterInfo.foreignKey}
|
||||
{customCommandIcon}
|
||||
onCustomCommand={customCommandIcon ? changeParentFilter : null}
|
||||
customCommandTooltip='Filter parent rows'
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
filters: {
|
||||
[dataNode.columnName]: getFilterValueExpression(value, dataNode.column.dataType),
|
||||
},
|
||||
isFormView: true,
|
||||
// isFormView: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user