Data grid filter on multiple options on one enumeration

0
Hi, I’m working on an ordering system and there is an order overview page I’ve created which has a data grid containing the whole list of all of the orders. I want to be able to filter by orders depending on their status (“pre-order”, “order with supplier”, “order out for delivery” or “order complete”). Ideally the user would select which orders they want to see based on status(es) and select, or deselect as many statuses out of the 4 as possible.  What I have in mind is similar to what we can see on the “Stories” section of Mendix as below.   I hope that makes some sense! Thanks Rebecca
asked
1 answers
4

Hi Rebecca,

You can add a dropdown search filter and select the option allow multi-select:

 

Hope this helps!

answered