I had seen a comments that Apache Superset was edited to allow user activation of top level navigation for links in a Markup slice (so clicking a link redirects the page instead of just the contents of the slice). Does anyone know how to enable this option?
Asked
Active
Viewed 1,478 times
1 Answers
0
You can use HTML coding in the mark-up.
<a href="http://www.url.com">It works</a>

TylerH
- 20,799
- 66
- 75
- 101

Yankeeownz
- 381
- 3
- 12
-
This only redirects inside the slice itself, it doesn't do top level navigation (redirect the full page), so if you use that for navigation (linking to a "top level" dashboard") it will end up just nesting pages in pages. There is some configuration option to allow top level navigation but I don't know where to enable this – user9425836 Mar 12 '18 at 19:54
-
I use the HTML a href within my markup and it does not nest inside of the page, it opens the dashboard. Test it out by using target="_blank" I will take screenshots in the morning of my superset using the HTML href links. – Yankeeownz Mar 13 '18 at 03:28
-
It opens it in that slice but if you add the slice to a dashboard, the link only changes the content of that slice. I am looking for it to redirect the whole dashboard page - or are you saying that's what the link does for you? – user9425836 Mar 13 '18 at 17:01
-
In order to create a link and not redirect within the slice add target="_blank" inside the href coding – Yankeeownz Mar 15 '18 at 17:07
-
Adding target="_blank" works for the top-level navigation but it then opens the link in a new tab instead of just loading the new link in the current page/tab – user9425836 Mar 19 '18 at 18:37