No Header When Adding to Accordion

Hello,

When I try to add a view to an accordion, the added item does not get a collapsible accordion header.

http://webix.com/snippet/74ff0667

Thanks.

You are adding just a “list”, if you need the header, just organize it in the same way as other accordion vies

var config = { view:“accordionitem”, header:“some”, body:list_config };

http://webix.com/snippet/7ddfb244