fixed popup menu for columns

This commit is contained in:
Jan Prochazka
2021-07-18 07:57:25 +02:00
parent ba608ff438
commit 32d05edb6a
5 changed files with 16 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ export class ViewGridDisplay extends GridDisplay {
this.columns = this.getDisplayColumns(view);
this.filterable = true;
this.sortable = true;
this.groupable = true;
this.editable = false;
this.supportsReload = true;
}