Esri / dashboard-samples

Using the ArcGIS API for JavaScript, you can develop widget, map tools, and feature action extensions for Operations Dashboard running on Windows and in a browser.
Apache License 2.0
51 stars 48 forks source link

Issue with Export to CSV Multi Feature #10

Open cam-mcevenue opened 7 years ago

cam-mcevenue commented 7 years ago

Hi,

This isn't so much an issue as I am looking for some advice. I am looking to Export the full selection set of the Out of the Box Feature Details Widget or List Widget however the "execute" event FeatureSet property only returns a single feature in it at runtime. In the case of the Feature Details widget, this would be whatever feature is currently showing at runtime. Is there a way for me to get a handle on the full selection set of either of these widgets using the DataSourceProxy or something like that?

Cheers,

Cam.