Hi
I have created an App in which Feature Layer service is showing in table with map. i want to add a function to which user click row of table and map should go to exact location.
This process is not working on click event.
view.goTo({
target:[res.data.features[0].geometry]
});