Edit FeatureTable cells

537
2
Jump to solution
09-06-2021 11:12 PM
NewUser222
New Contributor

Hi I am fairly new to ArcGIS, infact to coding altogether, so please excuse my elementary level doubt. 

I am trying to create a FeatureTable with editable cells/features/rows. Will this be achieved using editor widget? Also, if there are multiple feature layers on the page, would using the editor widget enable editing in all of them or can the editor be 'confined' to editing only the FeatureTable?

0 Kudos
1 Solution

Accepted Solutions
UndralBatsukh
Esri Regular Contributor

Hi there,

Are you using 4.x api? If so then you can enable: FeatureTable.editingEnabled to true. This SDK sample shows you how to enable an editing on a layer: https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-editing/

 

Hope this helps,

-Undral

 

View solution in original post

2 Replies
UndralBatsukh
Esri Regular Contributor

Hi there,

Are you using 4.x api? If so then you can enable: FeatureTable.editingEnabled to true. This SDK sample shows you how to enable an editing on a layer: https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-editing/

 

Hope this helps,

-Undral

 

NewUser222
New Contributor

Yes, using 4.20.
Thankyou for the solution, really helped. 

0 Kudos