Show selectFeatures results in a Feature Table

2198
3
Jump to solution
01-26-2016 12:49 PM
TimWitt2
MVP Alum

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

0 Kudos
1 Solution

Accepted Solutions
TimWitt2
MVP Alum

Well I eventually figured it out using dojox/grid/DataGrid and some coding. If anybody is interested, let me know.

View solution in original post

0 Kudos
3 Replies
TimWitt2
MVP Alum

Well I eventually figured it out using dojox/grid/DataGrid and some coding. If anybody is interested, let me know.

0 Kudos
BatesRambow
New Contributor III

Would you mind sharing the solution you came up with?

0 Kudos
TimWitt2
MVP Alum

Bates Rambow

I used it here: Sea-Level Rise