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

Remove/hide footer from dashboard #400

Open
hkaspersen opened this issue Dec 24, 2023 · 3 comments
Open

Remove/hide footer from dashboard #400

hkaspersen opened this issue Dec 24, 2023 · 3 comments

Comments

@hkaspersen
Copy link

Hello!
Is there a way to hide/remove the footer from a shinydashboard? Something similar to disable = TRUE within the header would be very useful!

@YongbingDing

This comment has been minimized.

@sanjmeh
Copy link

sanjmeh commented Dec 24, 2023

which footer are you referring to? shinydashboard does not show a footer by default, does it?

@hkaspersen
Copy link
Author

Sorry I was a bit imprecise above. When the header is disabled with disable = TRUE a line emerges at the bottom that looks like a footer, and I cannot seem to get rid of it.
Example:

ui <- dashboardPage(
  header = dashboardHeader(
    disable = TRUE
  ),
  sidebar = dashboardSidebar(),
  body = dashboardBody()
)

server <- function(input, output, session) {
}

shiny::shinyApp(ui, server)

Skjermbilde 2023-12-25 121422

I want to get rid of that whitespace at the bottom and let the sidebar go all the way down the page.

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

3 participants