Open MySchizoBuddy opened 8 years ago
I'm not able to reproduce this issue. This example seems to be working fine. If you're still running into issues, please let me know.
Even in your example if you use runtime: shiny
you will see that the scrolling is broken. Also
If I use the render* method like below
rHandsontableOutput("TableC")
output$TableC <- renderRHandsontable(mtcars)
The table doesn't even appear.
Here is the working code that shows both scrolling and disappearing table.
There appears to be a conflict between the flexdashboard and handsontable css settings when more than one column is populated.
is there a work around for this
In the new flexdashboard document the handsontable doesn't even render. code is here