Data mapping / updateItem

Hi,
please have a look at this snippet:
http://webix.com/snippet/19213169

When I update an item on a datatable, I then use the dt.updateItem(row) to have it refresh on the screen.
But if the field is a map from other fields, then it is not refreshed.

How can I do it?

Hi,

When you use updateItem(), you update a specific data item, for a row in the grid. In your code you should update the obj.newYear property as it is the one displayed in the grid column ({id:“newYear”}).

http://webix.com/snippet/41c936c7