Hi Team,
Hi Team,
If we need to embed each tab of the same liveboard into different sections of a webpage, do we need to embed the liveboard twice on those two pages and hide the other tabs for their respective pages? Or is there a way to achieve this by embedding the liveboard only once?
4 Replies
I think you will need to embed the liveboard twice on those two pages. Do you think of any concerns with this approach or just wanting to optimize this somehow?
the one concern could be the set of filters now won't be applicable to both sides , so we need to go and apply those filters again to other tab. Can we do something for this ?
@yuichirio_ha
hey @Shubham ,
First one -> we can do visibleTabs, I suppose that's what you using to show the current tab only at each instance of embed.
Also we have to pass the runtimeFilters to each instance of embed. They will act separately. If they are on same page, you might consider updating them at the same time with their refs.
Thanks.