Items getting auto selected in datatable when adding using add() method

Hi guys,

i m trying to add item in datatable using add method but when i add multiple item and select one item all item get selected.please check below snippet for more detail

https://webix.com/snippet/a5aba1b2

Hello,
Here is the information how to bind components.
Example: Code Snippet

that is because you add existing object to collection.
use webix.copy to prevent such behavior.
https://webix.com/snippet/12e015d7

@intregal thanks alot for quick reply.i also want to know how can i bind datatable and form in both direction so if i update any field in form it will also update in datatable