mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
fixed evaluated filters
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user