Hey, guys,
I want to filter the data into a repeating groups. Let’s say that this data is based on several multidropdown (dynamic) values. Real case:
- Multidropdown value (Color)
- Blue
- Red
- Orange
- and so on.
- Multidropdown value (Template)
- Truck
- Van
- Sedan
- Supercar
- Etc…
Each ‘‘car model’’ can be assorted with several colors (1 color or more).
How do I filter my RG based on a search? I mean that when the user clicks on Blue, Orange and another color --> All car models that match these colors (in their color field) will be displayed.
And when he chooses a model car, it will match the car model and the selected colors. Thus, all multidropdowns results are displayed in the RG.
Currently, it only works with one element. (One color). It should work with more than one color. In fact, this is the basic search function on all websites, especially on e-commerce sites. How to create this powerful feature?
Thanks a lot guyz