listview search for enumeration

0
I have an entity with six attributes (four with the type: enumeration).  Trying to add a list view (with the entity as the source) which has a search option for all attributes, but the four attributes with enumeration types are missing in the ‘search on’ box. any advice on what is not working or any alternatives?  
asked
2 answers
1

You can use the List view controls widget from Appstore.  https://appstore.home.mendix.com/link/app/105694/

List view controls offers a set of widgets that allow you to build beautiful lists and grid, and among them you can use the 

Text box search widget – Search box that can be used to search in multiple attributes or filter on a single attribute.

answered
0

I am not aware of your specific context, but you could also swith to a data grid or template grid instead.

answered