How do I display (toggle) dashboard content when I click on the sidemenu in Weweb?
I’m developing an application in Weweb and I’m having trouble building the dashboard. I’ve created a sidemenu with links to different pages, but I don’t know how to make it so that when you click on a link in the sidemenu, the corresponding page is displayed in the content area of the dashboard.
To illustrate my question and try to make it easier to solve, take a look at the (illustrative) image: I want the content displayed in the red block to change dynamically when I click on the blue links in the sidebar, without reloading the entire page.
Could someone explain how to set this up in Weweb? I’m looking for a solution that is efficient and works well.