Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to hide header while embedding dashboards #28168

Open
kushalmraut opened this issue Apr 22, 2024 · 3 comments
Open

Unable to hide header while embedding dashboards #28168

kushalmraut opened this issue Apr 22, 2024 · 3 comments

Comments

@kushalmraut
Copy link

kushalmraut commented Apr 22, 2024

Version

apache-superset==3.1.1

Screenshot

image

Description

Hello,

I am currently embedding dashboards into an iframe and wish to hide the header in the embedded view. Despite following the documentation and appending standalone=1&show_filters=0 to the URL, the header remains visible on the dashboards.

Could you please assist me in resolving this issue?

Thank you.

@arpitkumar002
Copy link

try standalone=3. it will remove the headers as well as filter section.

@rusackas
Copy link
Member

Curious if that helps. Can you test standalone values of 0, 1, 2, and 3, and let us know which work or don't? Maybe only certain modes are problematic? (cc @sadpandajoe @Vitor-Avila)

@Vitor-Avila
Copy link
Contributor

Not sure if it's compatible to your use-case, but the Embedded SDK should handle that gracefully (the SDK handles the URL generation). The callout here is that the SDK allows embedded users, which don't have explore/edit capabilities -- it's just used for dashboard consumption mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants