collaps Accordion

Can i make an Accordion item not collapsible?

You can’t prevent the collpasing, but you can do one of the next

a) remove the header for some accordion panel, which will prevent it from collapsing

http://webix.com/snippet/17a53cbb

b) use template to make not clickable header

http://webix.com/snippet/7544ce91