changed perspective checked logic

This commit is contained in:
Jan Prochazka
2022-08-27 11:57:54 +02:00
parent 6cb2616d87
commit 1a16d7c69e
2 changed files with 18 additions and 15 deletions

View File

@@ -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: {},