editing changeset on archive file

This commit is contained in:
Jan Prochazka
2023-02-10 10:22:38 +01:00
parent a3db8e2903
commit be0f68fb7f
7 changed files with 118 additions and 23 deletions

View File

@@ -13,7 +13,8 @@ export class JslGridDisplay extends GridDisplay {
setCache: ChangeCacheFunc,
rows: any,
isDynamicStructure: boolean,
supportsReload: boolean
supportsReload: boolean,
editable: boolean = false
) {
super(config, setConfig, cache, setCache, null);
@@ -22,6 +23,7 @@ export class JslGridDisplay extends GridDisplay {
this.supportsReload = supportsReload;
this.isDynamicStructure = isDynamicStructure;
this.filterTypeOverride = 'eval';
this.editable = editable;
if (structure?.columns) {
this.columns = _.uniqBy(