mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
parentFilter - declarative support
This commit is contained in:
@@ -47,6 +47,10 @@ export class PerspectiveDisplayColumn {
|
||||
return this.parentNodes[level]?.title;
|
||||
}
|
||||
|
||||
getParentNode(level) {
|
||||
return this.parentNodes[level];
|
||||
}
|
||||
|
||||
getParentTableUniqueName(level) {
|
||||
return this.parentNodes[level]?.headerTableAttributes ? this.parentNodes[level]?.uniqueName : '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user