mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
find also in related columns
This commit is contained in:
@@ -115,6 +115,10 @@ export abstract class GridDisplay {
|
||||
return this.getColumns(null).filter(col => col.isChecked || col.uniquePath.length == 1);
|
||||
}
|
||||
|
||||
getFkTarget(column: DisplayColumn): TableInfo {
|
||||
return null;
|
||||
}
|
||||
|
||||
reload() {
|
||||
this.setCache(reloadDataCacheFunc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user