Hi there,
I "diff" the two pages: AdminLTE-4-dev-2725-scss\dist\index.html and AdminLTE-4-dev-2725-scss\dist\pages\tables\simple.html. They both have same the structure, for example, nav sidebar,
<nav class="sidebar sidebar-bg-dark shadow" data-theme="dark">...</nav>.
Hi there, I "diff" the two pages: AdminLTE-4-dev-2725-scss\dist\index.html and AdminLTE-4-dev-2725-scss\dist\pages\tables\simple.html. They both have same the structure, for example, nav sidebar,
<nav class="sidebar sidebar-bg-dark shadow" data-theme="dark">...</nav>
.I just want to display my own page: myPage.html via the link in the sidebar, for example,
`
my Page
to "content"
<div>
Following the way of simple.html, myPage.html is popup in a new page instead of in
<div class="content"> </div>
.How to fix it?
Thanks a lot.