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?
Solved! Go to Solution.
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
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
Yes, using 4.20.
Thankyou for the solution, really helped.