fixed evaluated filters

This commit is contained in:
Jan Prochazka
2022-03-31 15:15:15 +02:00
parent 25380ee0a8
commit 5aac142e4c
12 changed files with 90 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ export class JslGridDisplay extends GridDisplay {
this.filterable = true;
this.supportsReload = supportsReload;
this.isDynamicStructure = isDynamicStructure;
if (isDynamicStructure) this.filterTypeOverride = 'string';
this.filterTypeOverride = 'eval';
if (structure?.columns) {
this.columns = _.uniqBy(