Clickable Chekbox Filter ?

0
  Hi folks, I want to design clickable filter checkbox there is filter as per list of staff member and list of services  so then there is when user clicks this applies button then filter out data particular please give me any idea  how I can do this and also any filter widgets available in marketplace Like this below 
asked
3 answers
4

Hi,

To create this on your own page, you can create a non-persistable entity named 'filter helper' in the domain model.

You can create the data you want to filter on this entity as boolean attributes. Call a microflow with the Apply button.

You can send a list to the page via microflow by filtering your list according to the true values in the filter helper.

If you need more detailed information, I can explain with pictures. I hope it helps.

Regards
Ridvan

answered
3

Hi,

You can use the widget Bootstrap Multiselect from the Marketplace 

https://marketplace.mendix.com/link/component/2295

For this use need a Many to Many Association. So create Filter Helper Entity and save the filter options as objects and create an association.

 

Thanks!

answered
1

Hello,

Please check below link for marketplace widget, if it can help with your requirement 

https://marketplace.mendix.com/link/component/111672

Thanks

answered