Is it possible to embed a FilterBlock inside a TextBlock? To save screen real estate, I was thinking of implementing an accordion functionality in my Canvas Dashboard so I can display and hide the filter blocks on click of a button. A simple version of what we have in legacy dashboards where the filter choices are shown in one row and then on click we can choose multiple bigger boxes.
I guess I can possibly still do it, if the filter blocks are not within the parent div having the filter button. Any other ideas to implement this?
Hi @shahidt, Thank you for sharing your use case with us
Currently, this specific feature is not available in our system. However, we appreciate your input and understand how beneficial this could be for optimizing screen real estate.
We will add this suggestion to our development backlog for further consideration and prioritization. Our team will evaluate its feasibility and update you once we have more information.
In the meantime, if you have any additional questions or need further assistance, please don’t hesitate to let us know.
My intent was to put multiple filter blocks inside a parent div (text block) and then, on click of a button, it would be visible or hidden on demand. In the current legacy dashboards, the filters are shown on a single row and then clicking any of it expands it for usage. This is the functionality, I’d like in Canvas Dashboards as well.
I was able to get this working in the existing Canvas Dashboard anyway. Wasn’t straightforward, but doable.