diff --git a/DESCRIPTION b/DESCRIPTION index 3ca923c..d5b9a11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rhandsontable Title: Interface to the 'Handsontable.js' Library -Version: 0.3.0.2 +Version: 0.3.0.3 Authors@R: c(person("Jonathan", "Owen", email = "jonathanro@gmail.com", role = c("aut", "cre", "cph")), person("Jeff", "Allen", role = c("ctb")), diff --git a/inst/htmlwidgets/rhandsontable.js b/inst/htmlwidgets/rhandsontable.js index 104a71f..70150f0 100644 --- a/inst/htmlwidgets/rhandsontable.js +++ b/inst/htmlwidgets/rhandsontable.js @@ -53,10 +53,10 @@ HTMLWidgets.widget({ resize: function(el, width, height, instance) { - instance.hot.updateSettings({ width: width, - height: height - }); - instance.hot.render(); + //instance.hot.updateSettings({ width: width, + // height: height + //}); + //instance.hot.render(); },