disabled grouping fore views (not working yet)

This commit is contained in:
Jan Prochazka
2021-12-09 10:16:48 +01:00
parent 014274f4c6
commit bd92e86216

View File

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