How can I additional Tabs To Sisense Header Row or add menu on left dashboard menu for external link ?
How can I additional Tabs To Sisense Header Row or add custom menu on left dashboard menu for external link ?
https://support.sisense.com/hc/en-us/community/posts/221225088-Add-Additional-Links-to-your-Dashboard. found but not working over ver.. 8
-
Have a look to this page:
https://sisense.dev/reference/js/header.html
I'm using it to hide existing menu, not sure you can do what you need. Hope it helps
-
Usage example:
var headerApi = prism.getApi('api.v1.header');
headerApi.addTab({id: "google", title: "Google", url: "http://www.google.com"}, 7);
the problem is that in this way google is not embedded in sisense; probably you can do that removing the url attribute and adding some JS code to modify the page content with an iframe.
-
You need to use the header api for ver 8 ( https://sisense.dev/reference/js/header.html) to achieve this same functionality
Please sign in to leave a comment.
Comments
3 comments