An open API service indexing awesome lists of open source software.

https://github.com/chunkangwong/arcgis-featuretable-view-related-features

In ArcGIS JS API ver. 4.x, viewing related features is currently not supported by the Feature Table widget (see the “Known Limitation” section in ArcGIS JS API official documentation here). This project demonstrates how this feature can be implemented right into the Feature Table widget using JavaScript.
https://github.com/chunkangwong/arcgis-featuretable-view-related-features

arcgis-js-api featuretable javascript

Last synced: 4 months ago
JSON representation

In ArcGIS JS API ver. 4.x, viewing related features is currently not supported by the Feature Table widget (see the “Known Limitation” section in ArcGIS JS API official documentation here). This project demonstrates how this feature can be implemented right into the Feature Table widget using JavaScript.

Awesome Lists containing this project

README

        

# ArcGIS JS API ver. 4.x | View Related Features in Feature Table Widget

In ArcGIS JS API ver. 4.x, viewing related features is currently not supported by the Feature Table widget (see the “Known Limitation” section in ArcGIS JS API official documentation [here](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html)). This project demonstrates how this feature can be implemented right into the Feature Table widget using JavaScript.

A sample app has been prepared on [CodePen](https://codepen.io/chunkangwong/pen/bGMZZqK). I have also written an article that explains the code in detail here: [ArcGIS JS API ver. 4.x | View Related Features in Feature Table Widget](https://medium.com/@chunkang.wong94/arcgis-js-api-ver-4-x-view-related-features-in-feature-table-widget-ac5bef8f1d4e)