Hi,
-
Is it possible to disable the expand & collapse functionality of Accordion?
-
When I specify the auto height to accordion, expand and collapse section functionality of Accordion doesn’t work. Can you please provide the solution for this issue? Sample code is attached below.
{ header:"Technology Partners", height:"auto",
body:{
view:"form",align:"center",
elements: [
{
rows:[
{cols:[
{
view:"list",
select: true,
templateItem: "#value#",
data: webix.copy(techPartners)
}
]}
]
}
]
}
},
Regards,
Prashanth