mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
editing changeset on archive file
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user