editable flag moved to grider

This commit is contained in:
Jan Prochazka
2020-10-30 19:33:21 +01:00
parent 5f56aa2cf6
commit d243e8cee5
6 changed files with 12 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export class ViewGridDisplay extends GridDisplay {
this.columns = this.getDisplayColumns(view);
this.filterable = true;
this.sortable = true;
this.editable = true;
this.editable = false;
}
getDisplayColumns(view: ViewInfo) {