UIB - nested routes and tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 07:46 AM
Hey all,
we are currently working on creating some functionality using UIB. We have created tabs menu ( sidebar ) with viewports ( subpages ) and nested tabs with their own viewports. We got all working, but we need to have each tab accessible to a separate link.
So our structure as an example:
home
-dashboard
-subdash1
-subdash2
- page1
- page2
So, all the content is displayed correctly, and the page is accessible via http://our-service-now-instance-address.com/etc/home
We need some way or to create functionality to have nested routes, pointing to each of the pages and showing correct viewport and so on. Tried with required params but we did not manage to get them to work, as we do not need all params. Optional params are kinda of an option, but the urls are not user-friendly.
Is there an option to get this functionality as required or this is a limitation of UIB?