mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
changed perspective checked logic
This commit is contained in:
@@ -57,7 +57,7 @@ export interface PerspectiveNodeConfig {
|
||||
|
||||
expandedColumns: string[];
|
||||
checkedColumns: string[];
|
||||
uncheckedColumns: string[];
|
||||
// uncheckedColumns: string[];
|
||||
|
||||
sort: {
|
||||
columnName: string;
|
||||
@@ -66,6 +66,7 @@ export interface PerspectiveNodeConfig {
|
||||
|
||||
filters: { [uniqueName: string]: string };
|
||||
isAutoGenerated?: true | undefined;
|
||||
isNodeChecked?: boolean;
|
||||
|
||||
position?: {
|
||||
x: number;
|
||||
@@ -101,7 +102,7 @@ export function createPerspectiveNodeConfig(name: { schemaName?: string; pureNam
|
||||
|
||||
expandedColumns: [],
|
||||
checkedColumns: [],
|
||||
uncheckedColumns: [],
|
||||
// uncheckedColumns: [],
|
||||
|
||||
sort: [],
|
||||
filters: {},
|
||||
|
||||
Reference in New Issue
Block a user