I have a menu accordion, and inside the menu accordion, there is a menu that is not being displayed. The issue arises when I click on the menu inside accordion, which contains a list of users with sub-menus. Specifically, when I click on a user's menu inside the accordion menu, it does not appear. I have checked the "reinitializedmenu" function, and it is working fine, but the menu inside the accordion is not functioning correctly. I am eagerly awaiting a response. Thank you.
Hi Ahmad,
Thank you for reaching out to us.
Do you render your menu asynchronously?
If your menu item is rendered after page first loads then you should recall MenuComponent initialization function again.
MenuComponent.reinitialization();