Good afternoon everybody,
In my javascript app, users can add a feature layer and then query it against a polygon by using featurelayer.selectFeatures. Once this is complete, I want to show the result in a feature table and I am trying to figure out the best way to do this.
Has anybody ever implemented that into their application? I wish I could use the FeatureTable | API Reference | ArcGIS API for JavaScript dijit to do this. Kinda like in Arc Desktop where you can only show the selected feature in your feature table.
Every example or idea would be appreciated.
Tim