sort JSONL data & query results

This commit is contained in:
Jan Prochazka
2023-02-04 15:27:55 +01:00
parent 3babe95944
commit 57fa9335d4
6 changed files with 81 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ export class JslGridDisplay extends GridDisplay {
super(config, setConfig, cache, setCache, null);
this.filterable = true;
this.sortable = true;
this.supportsReload = supportsReload;
this.isDynamicStructure = isDynamicStructure;
this.filterTypeOverride = 'eval';