var attr:ArrayCollection = new ArrayCollection(); for(var a:String in feature.attributes) { attr.addItem({attribute: a, value: feature.attributes}); } var sort:Sort = new Sort(); sort.fields = [ new SortField("attribute") ]; attr.sort = sort; attr.refresh();
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.