Select to view content in your preferred language

Create FeatureTable from FeatureSet

201
2
Jump to solution
08-05-2024 12:50 PM
ForrestLin
Frequent Contributor

Is it possible to create a FeatureTable from FeatureSet, instead of FeatureLayer?

Thanks.

Forrest

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Honored Contributor

You can, but you need to convert it to a client-side FeatureLayer.

https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/

Here is that above sample with the FeatureTable

https://codepen.io/odoe/pen/mdOJeYm?editors=0010

View solution in original post

0 Kudos
2 Replies
ReneRubalcava
Honored Contributor

You can, but you need to convert it to a client-side FeatureLayer.

https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/

Here is that above sample with the FeatureTable

https://codepen.io/odoe/pen/mdOJeYm?editors=0010

0 Kudos
ForrestLin
Frequent Contributor

@ReneRubalcava 

It's what I want!

Thanks.

Forrest

0 Kudos