Dhtmlx Accordion

Hi.

Can we have nested accordion?


Hello,


you can try to use the following approach to attach accordion to the cell:


var dhxAccord = new dhtmlXAccordion(…);
dhxAccord.addItem(“a”, “item a”);




var accord= dhxAccord.cells(“a”).win.attachAccordion();
accord.addItem(“a0”, “item a-0”);