Drag and drop to binded datatablew

Hello,

I found some strange things here http://webix.com/snippet/66054fa9

When I drag and drop component form the upper datatable to the lower one (after selecting an item on the treetable beside it). It doesn’t saved into the treetable (which is the datatable is binded into). But if I change one value on the row, it changed in the data too. This also happen if I bind to ‘properties sheet’ too. How to make it change the data in treetable?

When I drop an item, the id is changed with the webix.uid(). But the second drop will change with the same id. Why? How exactly webix.uid() randomize?

I found how to do it. http://webix.com/snippet/099f4d60

It’s a bit rough method, but works.