free table editor - save and load

This commit is contained in:
Jan Prochazka
2020-10-28 18:42:02 +01:00
parent 2ba0c2cc46
commit 8a2b6f3f37
7 changed files with 162 additions and 28 deletions

View File

@@ -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;
}