Are the elemnts of objects read-only? I have an array of objects retrieved from a with a JSON request. Tried to change some values in the object – no success. I understand that I’ll have to use a hidden table for modifying data in arrays and objects, but I wonder is this the only way?
2 answers
Hi Aurel,
So far there is no good way to change the member value in object-type property.
If you know the structure of the object, you can create a new object-type property using the old object’s value (maybe with some modifications).
We will consider a better way in future release.
This question is now closed