4.x
js api 4.7
attribue table
How to show attributes table for a selected layer in API 4.7. I need anything similar to featuretable in API 3.
Thanks David - your example has made clear my simple mistake - I was missing the query part of the url. So in my example changing:
https://services3.arcgis.com/GVgbJbqm8hXASVYi/arcgis/rest/services/Trailheads/FeatureServer/0
to
https://services3.arcgis.com/GVgbJbqm8hXASVYi/arcgis/rest/services/Trailheads/FeatureServer/0/query
does the trick.
Thanks again,
Andy.
No problem Andy, good luck with your project!
Cheers,
Dave
Hello! I'm trying to make the table editable, but i cannot use somewhy ajax post request.
how do you send the edits to the server?