perspective: open table ctx menu

This commit is contained in:
Jan Prochazka
2022-08-06 14:05:18 +02:00
parent f77cc1023b
commit 090ffa064d
4 changed files with 59 additions and 8 deletions

View File

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