angularjs - How do I use a dropdown box as a column header filter in ng-grid / ui-grid? -
i using ui-grid (angular's fast grid system). if set 'enablefiltering: true', text box under each column header can use filter grid, awesome. need or of these dropdown boxes instead of text boxes, how achieve this?
e.g. 1 column can have values 'ok', 'nok' , 'abb.'. allow user filter column based on 3 options.
you should write custom headercelltemplate
in columndefs
.
Comments
Post a Comment