Webix Jet replacing subviews

Hello,

in my config function i am returning an object with subview inside.

after ready i want to write a function that replaces my subview with different subview.

How can i achieve this? Subviews are working within return of config method. but replaced subviews are not shown

Hello,
As I correctly understood you, please try this

 ready(){
    this.show("data");
  }

Example: https://snippet.webix.com/w6d43g7w