jrowen/rhandsontable

Auto Column Width Adjustment

Aish-S-1992 opened this issue · 1 comments

I'm aware of the AutoColumnSize functionality being available in handsontable but is there something similar available for rhandsontable where the columns auto-adjust their size depending on the text size in the rows?

Thanks !

Try stretchH

rhandsontable(DF) %>%
hot_table(stretchH = "all")