Importing modules for cells of a tabview?

Hi, can a cell in a tabview consist of a named subview, into which is imported a module (this.show(“demo_module”, { target: “demoSubview” })? Or must the cells be declared inline? Having no end of trouble with this!

This is a simpler version of a question I already posted here: https://forum.webix.com/discussion/37759/subview-in-tabview#latest

Thank you.

Hello @re_404,

Hi, can a cell in a tabview consist of a named subview, into which is imported a module (this.show(“demo_module”, { target: “demoSubview” })? Or must the cells be declared inline?

Yes, the tabview can contain imported views inside its cells, as can be seen from the following example in our documentation - https://webix.gitbook.io/webix-jet/part-iii-practical-tasks/nesting-jet-views-into-webix-widgets#2-tabview.

Going off your initial config, I don’t see anything wrong in particular (please also note my comment in your other thread, as it contains some additional pointers). The issue might be related to the imported view and its config directly. Could you please provide the config for the imported DetailsView view?