view data improvements

This commit is contained in:
Jan Prochazka
2021-12-09 10:10:58 +01:00
parent 4958c49147
commit 014274f4c6
5 changed files with 31 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ export class ViewGridDisplay extends GridDisplay {
this.groupable = true;
this.editable = false;
this.supportsReload = true;
this.baseView = view;
}
getDisplayColumns(view: ViewInfo) {