mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
editable flag moved to grider
This commit is contained in:
@@ -16,7 +16,6 @@ export class FreeTableGridDisplay extends GridDisplay {
|
||||
this.columns = this.getDisplayColumns(model);
|
||||
this.filterable = false;
|
||||
this.sortable = false;
|
||||
this.editable = true;
|
||||
}
|
||||
|
||||
getDisplayColumns(model: FreeTableModel) {
|
||||
|
||||
Reference in New Issue
Block a user