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:
@@ -61,6 +61,7 @@ export interface PerspectiveNodeConfig {
|
||||
|
||||
expandedColumns: string[];
|
||||
checkedColumns: string[];
|
||||
columnDisplays: {};
|
||||
// uncheckedColumns: string[];
|
||||
|
||||
sort: {
|
||||
@@ -107,6 +108,7 @@ export function createPerspectiveNodeConfig(name: { schemaName?: string; pureNam
|
||||
|
||||
expandedColumns: [],
|
||||
checkedColumns: [],
|
||||
columnDisplays: {},
|
||||
|
||||
sort: [],
|
||||
filters: {},
|
||||
|
||||
Reference in New Issue
Block a user