making data appear on a different table

hi,
new newbie question:
i want to show details related to one datatable on a different datatable and was trying to achieve it with something like:

http://webix.com/snippet/e6c5caef

however it seems like my thinking is not right. Have u got any suggestions?

The code is mostly correct, but you need to use .parse instead of .load to load data from local string or object ( .load will try to load data from a remote server )

Also, you may want to add a .cleaAll call, to clear an old data before loading a new one.

http://webix.com/snippet/6b53eec4

many thanks!