Hi all,
I have created feature table using pure java script CRUD, using hitTest i get my features attributes in table when i click on features on map.
Also i did it using fetch, so if have any idea to use fetch URL will be useful.
Now i want to update selected features attributes at the same time, like we can on desktop version select column, enter value hit enter or click and update selected features values.
I know, i have to use Apply Edits, but how to update multiple features attributes at the same time.
Any help appreciated.
Thank you
Remember that the updateFeatures parameter of applyEdits takes a collection of features. You can pass in your selection of features to be updated.
Hi Ken,
Can you show me a little snipet of code how to start?
Take a look at these discussions for ways to use the parameters (updateFeatures and deleteFeatures)
Modifying a FeatureLayer then rendering results
https://community.esri.com/message/869457-re-v49-feature-layer-applyedits-bug
Hi Ken,
Sorry for late response.
You mean delete and add features with modified attributes?