Currently, you can only display a fixed quick filter or series of filters. I would like the ability to conditionally display quick filters based on the selection within a parent filter.
For instance, let's say a card has a single default filter with options A and B. If you select option A, it displays filters 2 and 3. If you select option B, it displays filters 4 and 5.
This functionality is very common in form building. It's generally referred to as conditional logic or visibility rules.
For my use case, I would like to filter product lists. Product attributes differ between product lines. I would like to be able to filter on a product line and then have ONLY the appropriate attribute filters displayed for that product line.