Michael Bird
Michael Bird
Hi @D3SL I think I've had a lot of the same problems as yourself with dynamically changing the height of a rhandsontable. I wondered if you'd made any decent headway?...
I was unable to use `devtools` to install version `1.5.0` as I first needed to remove the `fs` package which then devtools needed to call `devtools::install_versions()` I was able to...
It looks like the issues lies in `jexcel.js` found in htmlwidgets, relevant code chunk: ``` // This function is used to get comments from table Shiny.addCustomMessageHandler("excelR:getComments", function(message) { var el...
Hi @Swechhya , I'm loving this package so far, much more friendly than `rhandsontable` . I also am having a similar problem to @wyu but their solution did not work...
I didn't manage to work out what was happening with `autoFill` and `autoWidth` but I did find an alternative solution that works great. Thanks to @Swechhya 's inclusion of `...`...
Are there any plans for this to be addressed? Unfortunately I don't have the skill to interact with the c++ code otherwise I'd give it a go myself.