jrowen / rhandsontable

A htmlwidgets implementation of Handsontable.js
http://jrowen.github.io/rhandsontable/
Other
385 stars 148 forks source link

table doesn't render in flexdashboard #84

Open MySchizoBuddy opened 8 years ago

MySchizoBuddy commented 8 years ago

In the new flexdashboard document the handsontable doesn't even render. code is here

jrowen commented 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.

MySchizoBuddy commented 8 years ago

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.

jrowen commented 8 years ago

There appears to be a conflict between the flexdashboard and handsontable css settings when more than one column is populated.

ziyadsaeed commented 8 years ago

is there a work around for this