Ideas on how to modify this example to return at least one attribute from the layers into an html DIV instead of the length or Count of selected features.
ArcGIS API for JavaScript Sandbox
Preferable I would like:
1. To return attributes values for each record into an HTML Div Tag.
2. Be able to select the graphic and highlight the table record
3. Be able to click the table record and highlight the feature in the map
Anyone have a basic example of this?
Click Map, Create Buffer for selection, Return results into controlled DIV tag, Have interaction between the map and the table of results.