perspectives:add to filter ctx menu

This commit is contained in:
Jan Prochazka
2022-08-04 08:26:35 +02:00
parent 9051ba2ee1
commit 97dc92e413
6 changed files with 53 additions and 27 deletions

View File

@@ -21,6 +21,7 @@ export interface PerspectiveCustomJoinConfig {
export interface PerspectiveFilterColumnInfo {
columnName: string;
filterType: string;
tableName: string;
}
export interface PerspectiveConfig extends PerspectiveConfigColumns {
filters: { [uniqueName: string]: string };