mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
perspective inline json view
This commit is contained in:
@@ -16,6 +16,7 @@ function getJoinId(): number {
|
||||
export class PerspectiveDisplayColumn {
|
||||
title: string;
|
||||
dataField: string;
|
||||
displayType: string;
|
||||
parentNodes: PerspectiveTreeNode[] = [];
|
||||
colSpanAtLevel = {};
|
||||
columnIndex = 0;
|
||||
@@ -140,6 +141,7 @@ export class PerspectiveDisplay {
|
||||
column.display = this;
|
||||
column.columnIndex = this.columns.length;
|
||||
column.dataNode = node;
|
||||
column.displayType = node.parentNodeConfig?.columnDisplays?.[node.columnName];
|
||||
this.columns.push(column);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user