mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
datagrid: list of active filters in left column
This commit is contained in:
@@ -127,6 +127,10 @@ export abstract class GridDisplay {
|
||||
return this.getColumns(null).filter(col => col.isChecked || col.uniquePath.length == 1);
|
||||
}
|
||||
|
||||
findColumn(uniqueName: string) {
|
||||
return this.getColumns(null).find(x => x.uniqueName == uniqueName);
|
||||
}
|
||||
|
||||
getFkTarget(column: DisplayColumn): TableInfo {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user