Select to view content in your preferred language

javascript select a layer and display results in table without highlight the records

722
2
Jump to solution
06-08-2014 07:03 PM
LiYao
by
Deactivated User
Hi everybody,

I want to check whether there is a way to select from a layer and display the selected feature without highlighted the records (not a static table, which means I can Zoom To a feature in the table), meanwhile, I want to configure the number of records each page.
I am using ArcGIS API for JavaScript.
Anybody has experience on this, please advice me. thanks a lot.
1 Solution

Accepted Solutions
LixianDai
Deactivated User
Please look at this https://developers.arcgis.com/javascript/jsapi/featurelayer.html#queryfeatures
setSelectionSymbol can make the selected features not highlighted.

View solution in original post

0 Kudos
2 Replies
LixianDai
Deactivated User
Please look at this https://developers.arcgis.com/javascript/jsapi/featurelayer.html#queryfeatures
setSelectionSymbol can make the selected features not highlighted.
0 Kudos
LiYao
by
Deactivated User
Thanks a lot Lixian.
0 Kudos