mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
data archive refresh works
This commit is contained in:
@@ -13,11 +13,13 @@ export class JslGridDisplay extends GridDisplay {
|
||||
cache: GridCache,
|
||||
setCache: ChangeCacheFunc,
|
||||
rows: any,
|
||||
isDynamicStructure: boolean
|
||||
isDynamicStructure: boolean,
|
||||
supportsReload: boolean
|
||||
) {
|
||||
super(config, setConfig, cache, setCache, null);
|
||||
|
||||
this.filterable = true;
|
||||
this.supportsReload = supportsReload;
|
||||
this.isDynamicStructure = isDynamicStructure;
|
||||
if (isDynamicStructure) this.filterTypeOverride = 'string';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user