I need to filter a table with tags/chips in theme-cosmos.
Is there any OOTB UI configuration available or how can it be customized to achieve as below:
I need to filter a table with tags/chips in theme-cosmos.
Is there any OOTB UI configuration available or how can it be customized to achieve as below:
Use a report definition as the source for the table and expose the filterable fields that should be controlled by tags or chips. Bind the tags control to a multi-value property that stores selected filter values. Configure the table in Theme Cosmos to use built-in filtering with a data page as the source. When a user selects or removes a tag, update the underlying filter property. Pass this property as a parameter to the data page or report definition. The table refreshes automatically based on the updated filter values, giving a dynamic chip-based filtering experience.