Webix + databoom = rapid application prototyping. Part 2
Hi Habr! We continue to explain how Webix and databoom can be used to quickly develop application prototypes. In the previous screencast, we showed how Webix datagrid works with remote data on the databoom server.
Today we will try to develop a prototype of the application that displays the company's departmental tree and for each department on the right in the table shows a list of employees with the ability to add, edit and delete both employees and departments.
We will show how to create a new department collection, bind the tree to the department collection and associate the tree with the table of employees. ')