Hi
I am trying to implement nested widgets for customizable-dashboard based on the following template
https://preview.keenthemes.com/metronic8/angular/demo1/crafted/pages/profile/overview
In the template, all the content of the tabs are nested components and the routing for the tabs redirect to those files whilst the header in the page remains constant.
Now, in the context of customizable-dashboard, I am wondering which would be the best option; Either to use tab names / ids as an input for Widget filter which will then show appropriate content or create separate pages for each tabs and route to them from the base profile component.
- v11.1.0-rc.1
- Angular
- .NET Core
Thanks
1 Answer(s)
-
0
Hi,
create separate pages for each tabs and route to them from the base profile component.
I think the second option might be better because the first option will requre more work to do and more changes on the original source code.