Hello,
I came across a bug when editing the FeatureTable Javascript widget in my own code, and even the same code found here: https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-editing/.
It seems when you are editing with a larger amount of rows, the "bottom" rows apply the incorrect applyEdits rest call. For instance, when I try to edit the FBI code shown in the screenshot, the row has an objectID of 1763 and when I look at the network request it applies the update to the row for objectID of 319.
Screenshots:
Edit of 1763
Solved! Go to Solution.
We found this as well, it’s BUG-000154063. I think it will be fixed in 4.26.
We found this as well, it’s BUG-000154063. I think it will be fixed in 4.26.
Thanks for the reply. Hopefully, this does get fixed in 4.26, otherwise I hope no one is using the FeatureTable widget for editing production systems.