cascadeFilterSelection
Feature Activation
By default, the option is set to false
. Setting it to true
activates a feature modifying Dashboard filter behavior.
Dynamic Filter Behavior
When enabled, options within remaining Dashboard filters dynamically update based on previous selections. This behavior adheres to pre-configured filter logic.
Example
Consider two filters:
- First filter options:
["Software Engineer", "Engineering Lead", "Marketing Manager"]
- Second filter options:
["Engineering", "Operations", "Marketing"]
With the appropriate configuration, selecting "Engineering" in the second filter updates available options in the first filter to only show "Software Engineer" and "Engineering Lead", and vice versa.
Usage
<Vizzly.Dashboard
cascadeFilterSelection={true}
// ... other dashboard properties
/>