mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
perspective: open table ctx menu
This commit is contained in:
@@ -47,6 +47,10 @@ export class PerspectiveDisplayColumn {
|
||||
return this.parentNodes[level]?.title;
|
||||
}
|
||||
|
||||
getParentDataAttributes(level) {
|
||||
return this.parentNodes[level]?.headerDataAttributes;
|
||||
}
|
||||
|
||||
// hasParentNode(node: PerspectiveTreeNode) {
|
||||
// return this.parentNodes.includes(node);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user