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.
- Host: GitHub
- URL: https://github.com/chunkangwong/arcgis-featuretable-view-related-features
- Owner: chunkangwong
- Created: 2022-10-17T01:20:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T01:26:58.000Z (over 2 years ago)
- Last Synced: 2025-01-08T12:08:32.009Z (6 months ago)
- Topics: arcgis-js-api, featuretable, javascript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)