jrowen / rhandsontable

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

wordWrap #354

Open bikeactuary opened 4 years ago

bikeactuary commented 4 years ago

wordWrap = true is default in handsontable The parameter is not implemented in R, and seems to also be set to false (?) as words are not wrapping for me. Please implement the parameter, or at least set to true.

`rhandsontable(DF, stretchH = "all", height = 300 ) %>% hot_cols(colWidths = c(100, 50, 50), manualColumnMove = FALSE, manualColumnResize = TRUE

, wordWrap = "yes please"

)`