Connecting Filter Widget with Custom Widget

406
1
Jump to solution
09-01-2023 08:49 AM
Labels (1)
cudbnewman
New Contributor

I would like to have my custom widget be able to do custom functionality based off of the data that is filtered from the filter widget dragged onto the screen in experience builder. So on a data filter change I would like to take the filtered data and do something with it. How do you go about doing this? Is it even a supported functionality?

 

Thank you!

0 Kudos
1 Solution

Accepted Solutions
JeffreyThompson2
MVP Regular Contributor

If you use a DataSourceComponent, your widget should update every time the datasource is changed.
https://developers.arcgis.com/experience-builder/api-reference/jimu-core/DataSourceComponent

GIS Developer
City of Arlington, Texas

View solution in original post

0 Kudos
1 Reply
JeffreyThompson2
MVP Regular Contributor

If you use a DataSourceComponent, your widget should update every time the datasource is changed.
https://developers.arcgis.com/experience-builder/api-reference/jimu-core/DataSourceComponent

GIS Developer
City of Arlington, Texas
0 Kudos