There was an error while loading. Please reload this page.
1 parent c4483de commit 902b323Copy full SHA for 902b323
src/js/core/factories/GridColumn.js
@@ -76,7 +76,7 @@ angular.module('ui.grid')
76
* @propertyOf ui.grid.class:GridColumn
77
* @description Filter on this column.
78
* @example
79
- * <pre>{ term: 'text', condition: uiGridConstants.filter.STARTS_WITH, placeholder: 'type to filter...', ariaLabel: 'Filter for text, flags: { caseSensitive: false }, type: uiGridConstants.filter.SELECT, [ { value: 1, label: 'male' }, { value: 2, label: 'female' } ] }</pre>
+ * <pre>{ term: 'text', condition: uiGridConstants.filter.STARTS_WITH, placeholder: 'type to filter...', ariaLabel: 'Filter for text', flags: { caseSensitive: false }, type: uiGridConstants.filter.SELECT, [ { value: 1, label: 'male' }, { value: 2, label: 'female' } ] }</pre>
80
*
81
*/
82
0 commit comments