Hello again, Webix Team
There’s a strange effect in this snippet I made http://webix.com/snippet/18801b98
I’m making a sync-er where if the content on the below table change, all item which have the same name will be edited too.
The sync-er works properly (select one item from treetable, change the content (price, etc) then all item which have same name will have same content). But if change the item name in treetable the sync-er still working (which shouldn’t because it have different item’s name).
It looks like the item are identified by the old data, not the one changed.
Do I have to save it first? How?
Thank you