File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,17 +196,17 @@ angular.module('ui.grid')
196
196
* @ngdoc boolean
197
197
* @name enableVerticalScrollbar
198
198
* @propertyOf ui.grid.class:GridOptions
199
- * @description uiGridConstants.scrollbar .ALWAYS by default. This settings controls the vertical scrollbar for the grid.
200
- * Supported values: uiGridConstants.scrollbar .ALWAYS, uiGridConstants.scrollbar .NEVER, uiGridConstants.scrollbar .WHEN_NEEDED.
199
+ * @description uiGridConstants.scrollbars .ALWAYS by default. This settings controls the vertical scrollbar for the grid.
200
+ * Supported values: uiGridConstants.scrollbars .ALWAYS, uiGridConstants.scrollbars .NEVER, uiGridConstants.scrollbars .WHEN_NEEDED.
201
201
*/
202
202
baseOptions . enableVerticalScrollbar = typeof ( baseOptions . enableVerticalScrollbar ) !== "undefined" ? baseOptions . enableVerticalScrollbar : uiGridConstants . scrollbars . ALWAYS ;
203
203
204
204
/**
205
205
* @ngdoc boolean
206
206
* @name enableHorizontalScrollbar
207
207
* @propertyOf ui.grid.class:GridOptions
208
- * @description uiGridConstants.scrollbar .ALWAYS by default. This settings controls the horizontal scrollbar for the grid.
209
- * Supported values: uiGridConstants.scrollbar .ALWAYS, uiGridConstants.scrollbar .NEVER, uiGridConstants.scrollbar .WHEN_NEEDED.
208
+ * @description uiGridConstants.scrollbars .ALWAYS by default. This settings controls the horizontal scrollbar for the grid.
209
+ * Supported values: uiGridConstants.scrollbars .ALWAYS, uiGridConstants.scrollbars .NEVER, uiGridConstants.scrollbars .WHEN_NEEDED.
210
210
*/
211
211
baseOptions . enableHorizontalScrollbar = typeof ( baseOptions . enableHorizontalScrollbar ) !== "undefined" ? baseOptions . enableHorizontalScrollbar : uiGridConstants . scrollbars . ALWAYS ;
212
212
You can’t perform that action at this time.
0 commit comments