mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 15:16:00 +00:00
disabled grouping fore views (not working yet)
This commit is contained in:
@@ -17,7 +17,7 @@ export class ViewGridDisplay extends GridDisplay {
|
|||||||
this.columns = this.getDisplayColumns(view);
|
this.columns = this.getDisplayColumns(view);
|
||||||
this.filterable = true;
|
this.filterable = true;
|
||||||
this.sortable = true;
|
this.sortable = true;
|
||||||
this.groupable = true;
|
this.groupable = false;
|
||||||
this.editable = false;
|
this.editable = false;
|
||||||
this.supportsReload = true;
|
this.supportsReload = true;
|
||||||
this.baseView = view;
|
this.baseView = view;
|
||||||
|
|||||||
Reference in New Issue
Block a user