Show Value Attribute Select Widget

215
0
10-24-2022 07:37 AM
Labels (2)
fanyhardini
New Contributor

Hello @RobertScheitlin__GISP ,,,i have a problem displaying attribute value in WAB select widget,,,,can you help me,,, i really thank you for this....I'm developing WAB

 

this.own(on(this.featureLayer, 'selection-complete', lang.hitch(this, function(){
var selectedCount = this._filteredSelection().length;

var NameObject = layerObject.getSelectedFeatures();

console.log(NameObject);

Result:

[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

 

 

Tags (1)
0 Kudos
0 Replies