Please can you tell me how I can change the ‘id’ of a single dataview item?
Thanks
Purvez
Please can you tell me how I can change the ‘id’ of a single dataview item?
Thanks
Purvez
you may try to call changeId(old_id, new_id) method:
dataview.changeId(old_id, new_id);
Thanks for that information Alexandra. Please would you arrange to update the documentation. I know it doesn’t appear in the API Methods Reference section.
Purvez