We are in middle of selecting our UI component for our next release and are considering Webix Pro as one of the options. As part of the selection criteria we have a created a simple demo scenario that I would like to see on how it can be done in Webix. The project is to develop a UI component to build a mapping UI between two XSDs. The scope is as follows
- Divide the screen into three columns.
- Load a Source XSD in a tree table (lazy loading) in the left panel
- Load a Source XSD in a tree table (lazy loading) in the right panel
- Select a node from the left xsd and drop on a node on the right xsd
- A line should be drawn between the two nodes.
- The connected lines should be maintained while scrolling left or right tree table.
Let me know if this can be achieved with Webix.