mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
free table editor - save and load
This commit is contained in:
@@ -14,8 +14,8 @@ export class FreeTableGridDisplay extends GridDisplay {
|
||||
) {
|
||||
super(config, setConfig, cache, setCache);
|
||||
this.columns = this.getDisplayColumns(model);
|
||||
this.filterable = true;
|
||||
this.sortable = true;
|
||||
this.filterable = false;
|
||||
this.sortable = false;
|
||||
this.editable = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user