Forum Discussion
midhun_e
07-03-2025Cloud Apps
But compose sdk restricts the integrity of widgets among them right? it makes widgets independent from one another. Like drill-down feature, ux feel all are compromised in compose sdk. So anyway to achieve this?
JeremyFriedel
07-07-2025Sisense Employee
ComposeSDK does allow widgets to share filters, this is defined directly in the ComposeSDK code, the same filter object can be used for multiple widgets.
An example of this functionality is located here.
- JeremyFriedel07-07-2025Sisense Employee
ComposeSDK can also be used to render an entire existing dashboard by dashboard ID, and filters will work as expected, with filters applying to all widgets.
This is documented and an example is shown here.