I've successfully created a side navigation going from the parent page and listing all sub pages with the help of this forum and some bootstrap. Thanks a lot!
I'm currently struggling with the question on how to load the content when clicked on the links (no idea of a good way to solve this) and I need a push in the right direction.
In the content area, I want to load Power BI embedded elements with Settings present in the "Insight Elements". The question is now how to load the content of the page?
My first Idea was to make a Ajax dynamically loading the content, but I'm currently struggling with matching it with the information from Umbraco
Second Idea was to create all content already on load and hide/show with bootstrap but I fear a performance drop, since average insight Elements are arround 30+.
Third option was simply to load the pages directly but then the side menu is rebuild on every page refresh and looses it's selections.
Has anyone done this or can point me to the technology best to be used in this scenario?
Side navigation (finished): How to load content?
Dear all
I've successfully created a side navigation going from the parent page and listing all sub pages with the help of this forum and some bootstrap. Thanks a lot!
I'm currently struggling with the question on how to load the content when clicked on the links (no idea of a good way to solve this) and I need a push in the right direction.
In the content area, I want to load Power BI embedded elements with Settings present in the "Insight Elements". The question is now how to load the content of the page?
My first Idea was to make a Ajax dynamically loading the content, but I'm currently struggling with matching it with the information from Umbraco
Second Idea was to create all content already on load and hide/show with bootstrap but I fear a performance drop, since average insight Elements are arround 30+.
Third option was simply to load the pages directly but then the side menu is rebuild on every page refresh and looses it's selections.
Has anyone done this or can point me to the technology best to be used in this scenario?
Thanks in advance and have a nice day! Christian
My current hierarchy looks like this:
The code generating the menu looks like this:
is working on a reply...