Topic: Multiple sidenavs
Is it possible to have two sidenavs on the same page, and how would the code be for that? My initial tries implies that it may not be possible.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 1.0.0-beta3
- Device: any
- Browser: any
- OS: any
- Provided sample code: No
- Provided link: No
Related topics
Arkadiusz Idzikowski staff commented 4 years ago
@Tobias We currently don't plan to support such a feature and we didn't test that. Can you provide more information about your page structure and the code you tried to use?
Tobias pro premium commented 4 years ago
So, I have a general sidenav which should be shown on all pages. However, some pages have a sub-structure of pages, that can not be included on the general sidenav as they are dynamic and dependent on the type of page and content of it. The Google Cloud Console offers similar functionality to what I need. The current setup is to replace the sidenav based on the route and it works fine, but requires more navigation back and forth. Just looking for a better alternative.
I simply added a new sidenav element with a new id, but your backend code seems to break.
Tobias pro premium commented 4 years ago
Arkadiusz Idzikowski staff commented 4 years ago
@Tobias I'm afraid this kind of use case won't possible because both sidenav layouts would interfere with each other. In this case, we suggest using different content inside
mdb-sidenav
based on route/role.