mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +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.filterable = true;
|
||||
this.sortable = true;
|
||||
this.groupable = true;
|
||||
this.groupable = false;
|
||||
this.editable = false;
|
||||
this.supportsReload = true;
|
||||
this.baseView = view;
|
||||
|
||||
Reference in New Issue
Block a user