mongo conditions support

This commit is contained in:
Jan Prochazka
2021-04-04 10:37:24 +02:00
parent 0548bae7af
commit 475f82a35e
11 changed files with 241 additions and 40 deletions

View File

@@ -22,6 +22,7 @@ export interface DisplayColumn {
isChecked?: boolean;
hintColumnName?: string;
dataType?: string;
filterType?: boolean;
isStructured?: boolean;
}