Hi all,
is it possible to create a similar hierarchy filter with weweb? If so, how can I implement it?
Thanks in advance
Hi all,
is it possible to create a similar hierarchy filter with weweb? If so, how can I implement it?
Thanks in advance
Hi @eric23
That should be possible yes.
In your database, you would need a list of regions and a list of states and a link between the two.
Then in WeWeb, you can display all the states and group them by region.
For example, in our Academy db, we have a list of lessons. Each lessons refers to a course id and a lesson category id:
When we go to WeWeb, this allows us to display:
Does that make sense?