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,6 @@ export class FreeTableGridDisplay extends GridDisplay {
this.columns = this.getDisplayColumns(model);
this.filterable = false;
this.sortable = false;
this.editable = true;
}
getDisplayColumns(model: FreeTableModel) {