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

How to make a vertical scroll bar #310

Open
demydd opened this issue Apr 3, 2019 · 0 comments
Open

How to make a vertical scroll bar #310

demydd opened this issue Apr 3, 2019 · 0 comments

Comments

@demydd
Copy link

demydd commented Apr 3, 2019

hi,
It is not a bug but I can not find any explanation how to make a vertical scroll bar in rhandsontable?

Draft script is as follows:
UI side:

column(8,
rHandsontableOutput("loaded_table")
)
Server side:

output$loaded_table <- renderRHandsontable({
if (!is.null(descStat))
rhandsontable(descStat, maxRows = 20)
})
r shiny

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

1 participant