Switch active view if multiview is hidden

Hello,

I would like to switch the active view of a hidden multiview, but it doesn’t seem to work. Basically I would always like to show the same initial view if the multiview is shown.

I have created a sample that demonstrates the issue.

http://webix.com/snippet/e523532f

Webix_debug throws an error:

Failed to execute ‘appendChild’ on ‘Node’: parameter 1 is not of type ‘Node’.
at TypeError (native)
at Object.webix.protoUI._renderColumn (http://localhost:53258/Scripts/webix_debug.js:18647:51)

Regards, Peter

Any update on this issue?
Thanks, Peter

Hi and sorry for the delay.

The point is that the height of the multiview is undefined, so the cells cannot be rendered properly. Please specify the height for the entire multiview or for the each cell:

http://webix.com/snippet/88cf6cff