Hello, I was wondering what would be the best way to adapt the query features from FeatureLayerView as seen in Query features from a FeatureLayerView | ArcGIS API for JavaScript 4.12 so that the list on the right simply includes all features rather than just the ones within the view extent. I would like to keep all other parts to this function (zoom to feature when clicked, popup box..), but I just want to make it so all features are displayed on the list, and the list does not change when a feature is clicked then zoomed to.
Thanks!
Solved! Go to Solution.
I think that did the trick! Thank you so much!