Requirement is to have a dynamic view within a single view.Based on specified condition we need to see two views
Eg. For case 1 View must contain Tree Table structure
2 View must contain Data table structure. How to achieve this requirement ?
You can use multiview
http://docs.webix.com/desktop__multiview.html
It allows to define few alternative interfaces for the same area.
Also, you can use webix.ui to change any part of interface dynamically