reimplemented filter, sort for new model

This commit is contained in:
Jan Prochazka
2022-08-28 10:50:12 +02:00
parent 1e347f6535
commit 14110cb6db
8 changed files with 193 additions and 135 deletions

View File

@@ -57,7 +57,7 @@ export interface PerspectiveNodeConfig {
conid?: string;
database?: string;
isParentFilter?: true | undefined;
isParentFilter?: boolean;
expandedColumns: string[];
checkedColumns: string[];