-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V6 multilevel menu items #5268
Comments
@karandatwani92 investigated and Tabler support multi-level menu, unfortunately our menu components don't. Laravel-Backpack/community-forum#614 (comment) |
I would love to have this too ❤️ Not sure how we can implement it though. And if we do... is it a Tabler feature only or should we add it to ALL themes? Food for thought. |
@tabacitu @pxpm I investigated more. This can't be done in CRUD repo(with a common code). Also, BS4 & BS5 don't support a 3-level menu natively but custom CSS helps implement this.
@tabacitu how we should proceed? what should be the priority? One question I have: Where are we converting the |
Thanks for the investigation @karandatwani92 . So then:
This is a cool feature we could launch this month if @pxpm has the time. Otherwise we can do it next month too. We're not in a rush since Antonio is already working on a feature this month, the activity-log package. @pxpm do you agree with the above? |
Happy to say this is DONE thanks to Pedro. You only need to define https://backpackforlaravel.com/docs/6.x/base-components#menu-dropdown-menu-dropdown-item |
Discussed in Laravel-Backpack/community-forum#614
Originally posted by froid24 August 4, 2023
Hi guys,
I saw a lot of talk about having multiple levels for the menu in previous versions (where a submenu option can have a submenu of its own). Where can I find an example of how it is done in V6 (Tabler)?
Also, at some point menu options not having any suboptions were automatically hidden. is this not the case anymore? Because that was really nice.
Thank you!
The text was updated successfully, but these errors were encountered: