I have made an app with a list widget and 2 filter. Each filter has a combo box with many items in box. Now, when user select an item in combo box A, user wants the items in combo box B can rely on the selection in combo box A, sometimes more items and sometimes fewer items. Are there any ways to do so?
Between two different filter widgets, the current logic should already fulfill your case. For example:
See that in my first filter, I chose two states, CA and CO, then the table filters:
At this time, the second filter will respond automatically to the two chosen values, and the list shrinks so that you can further filter:
I use the same DS for these two filters.
If that is not working for you, could you please provide a sample URL, and further elaborate on your case here? Thank you.