configurable dictionary description

This commit is contained in:
Jan Prochazka
2021-11-13 12:41:18 +01:00
parent 1f821fc654
commit 52e8831bcc
8 changed files with 90 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ export interface DisplayColumn {
foreignKey?: ForeignKeyInfo;
isExpandable?: boolean;
isChecked?: boolean;
hintColumnName?: string;
hintColumnNames?: string[];
dataType?: string;
filterType?: boolean;
isStructured?: boolean;