Store synchronizing

Hi webix team. I have the following question:
If i use “updateItem” of the list, i get a rerender of only one item.
If i use “updateItem” of the remote DataCollection, i get a rerender of the whole list.
Is there any way to change this behavior for remote DataCollection?

https://snippet.webix.com/wpl3x9wi

Hey @lBeJIuk, I’m afraid there is no fully functioning workaround for this. However, if you only need to update the data, you could use importData method from the DataStore. However, in this case the sync would be partial and would only track data updates, if you add or delete any items in/from your list, those changes won’t be tracked. Here is an idea of what that would look like: https://snippet.webix.com/x6707x6v.