find also in related columns

This commit is contained in:
Jan Prochazka
2021-10-12 22:07:02 +02:00
parent f3625aaf71
commit 3b4a3b9ef7
2 changed files with 29 additions and 1 deletions

View File

@@ -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);
}