Injecting a JetView into a tabview or a multiview

Hello,

This is the only post related to webix-jet and multiview.

Does injecting cells dynamically is the only way ?

Did you guys succeed to make something like this ?

Any help will be REALLY appreciated. I think this use case is classic (3 levels navigation) and should be an example in webix-jet demo.

Struggling with this since 2 weeks.

In a first time, i have this :

URL: /

---------|--------------------------------
sidebar  | welcome page (template ..)
         |
  topic1 | 
  topic2 | 
         | 
         | 
         |
         |
         |
         |
         |
         |
         |
         |
         | 
---------|--------------------------------

Then, let’s click topic1 on the sidebar

URL: /topic1
---------|--------------------------------
sidebar  | datatable for topic1
         |
  topic1 | row 1
  topic2 | row 2
         | row 3
         | .....
         |
         |
         |
         |
         |
         |
         |
         |
         | row N
---------|--------------------------------

After selecting a row, i’d like to split the right part to show this:

URL: /topic/details/subtopic1?rowId=x
---------|--------------------------------
sidebar  | datatable for topic1
         |
- topic1 | row 1
- topic2 | row 2
         | row 3
         | .....
         |
         |--------------------------------
         | tabbar (multiview)
         | subtopic1 | subtopic2
         |--------------------------------
         | widget for subtopic1
         |
         |
         | 
---------|--------------------------------

Then, when clicking on subtopic2:

URL: /topic/details/subtopic2?rowId=x
---------|--------------------------------
sidebar  | datatable for topic1
         |
- topic1 | row 1
- topic2 | row 2
         | row 3
         | .....
         |
         |--------------------------------
         | tabbar (multiview)
         | subtopic1 | subtopic2
         |--------------------------------
         | webix widget for subtopic2 (form, datatable ..)
         |
         |
         | 
---------|--------------------------------

I started webix-jet since 2 months now, it’s really powerfull. But i’m lost in some concepts for now.

Again, any help is really welcome.

Reference: Webix-jet and multiview - #4 by franck34