Filter list dynamically based on provided filters.

0
We are trying to implement filter capabilities on list of items similar to the ones we find in e-commerce  website. We have one main entity at the center and several other entities associated with it.     The list that we want to filter on is associated with the central entity(“Part”). We want to implement dynamic search based on the filters provided. Which widget would you recommend for this usecase? The types of filters we want to implement are :         Also we want to store the results on filtering.
asked
1 answers
0

Grid Search from the app store will enable you to accomplish all of this and more.  It is a great addition to your Mendix project!  It takes a bit of work to understand and set up, but once you’ve configured it, it works really well.  You can find it here:  https://appstore.home.mendix.com/link/app/49364/

answered