If u click parent menu "Report", then child submenu " Create report" And "Saved report" Submenus comes with expanded.. I need if we click report menu it expand its child only Create report" And "Saved report" , not expanded its contents of child menu
Hello Karthick,
May I know whats the application type ?
If its traditional web then you can try with below forge component.
https://www.outsystems.com/forge/component-overview/4123/dynamic-drop-down-menu-sample
Regards,
Ajit Kurane.
No Ajit.. FYI it's reactive.. Thanks in advance
I am not sure that below post will resolve it. But that discussion will give you idea to make it happen.
https://www.outsystems.com/forums/discussion/34835/how-to-add-submenu-in-submenu-in-outsystem-two-levels-of-submenu/#Post238843
@Ajit Kurane, Karthick M knows what he is doing(I am talking of the component you shared) but is getting a problem where all submenus open when you click on the parent. I think the second link is a traditional solution, but you can use the logic of course :).
I would try to use on the submenus the accordion, it has the functionality of opening the submenu you want. I think with that you will get the result you want :) Of course, the submenu will open everything, but with accordion, it has the functionality of opening the div or submenu(child) you want. Try to imagine an accordion inside of the menu after that you just need to put the styles that you want(ofc if you want to change anything) the submenu to be displayed and the logic needed to display the childs the way you want. :).
If it doesn't help you or you don't know how to do that please let me know or you can share your OML(if possible) just to see what you are doing or how are you displaying the blocks. Thanks! :)
Márcio
It is working thanks for suggestion.
Big help!!! omg thanks for this