Added
Added the
useUpdatedStructure feature flag to remove the collapsibles when displaying grouped content in menus useUpdatedStructure feature flag to remove the collapsibles when displaying grouped content in menus hx.Menu(selector, options) instead. menu.renderer(render) to set the renderer instead. hx.Menu.items to set the items to an empty array instead. change event instead. highlight event instead. hx.Menu(selector, options) instead. menu.renderer(render) to set the renderer instead. hx.Menu.items to set the items to an empty array instead. menu = new hx.Menu('#selector');
menu.renderer(function(elem, item){
// do your render stuff
});
menu.render(data);change event instead. highlight event instead. add(item) instead. add(items) instead.