Listview showing objects depending on users input

0
Hello everyone, I have a listview in which I show the objects of an entity which has among its attributes a boolean value. I want to offer the user the option to filter on the boolean value, and the option to see all objects, regardless of the boolean value. Anyone an idea on how to do this?  
asked
1 answers
1

Hi Thijs,

You can use the list view controls widget to add search filters to your list. 

https://appstore.home.mendix.com/link/app/105694/Mendix/List-view-controls

answered