Can we expand datatable subview as default ?

Can we expand datatable subview as default ?

Thanks @annazankevich.

With single subview it works great but i have inner subviews so how can i achieve for inner subviews ?

Hi @Naufil ,
As a solution, you can use ready handler, iterate through the rows using eachRow and open every subview.
Please take a look at the snippet:
https://snippet.webix.com/2dm2jqww

Hello,

With single subview it works great but i have inner subviews so how can i achieve for inner subviews ?

The same technique: Code Snippet

Thanks @annazankevich, Works fine.