File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -97,16 +97,6 @@ angular.module('ui.grid')
97
97
98
98
self . updateColumnDef ( colDef , true ) ;
99
99
100
- /**
101
- * @ngdoc function
102
- * @name hideColumn
103
- * @methodOf ui.grid.class:GridColumn
104
- * @description Hides the column by setting colDef.visible = false
105
- */
106
- GridColumn . prototype . hideColumn = function ( ) {
107
- this . colDef . visible = false ;
108
- } ;
109
-
110
100
self . aggregationValue = undefined ;
111
101
112
102
// The footer cell registers to listen for the rowsRendered event, and calls this. Needed to be
@@ -195,6 +185,16 @@ angular.module('ui.grid')
195
185
} ;
196
186
}
197
187
188
+ /**
189
+ * @ngdoc function
190
+ * @name hideColumn
191
+ * @methodOf ui.grid.class:GridColumn
192
+ * @description Hides the column by setting colDef.visible = false
193
+ */
194
+ GridColumn . prototype . hideColumn = function ( ) {
195
+ this . colDef . visible = false ;
196
+ } ;
197
+
198
198
199
199
/**
200
200
* @ngdoc method
You can’t perform that action at this time.
0 commit comments