I am using ui-grid (angular's fast grid system). If I set 'enableFiltering: true', I get an text box under each column header that I can use to filter the grid, awesome. Now I need some or even all of these to be dropdown boxes instead of text boxes, how would I achieve this?I am using ui-grid (angular's fast grid system)