jrowen / rhandsontable

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

Option to replace the checkbox with fancier shinyWidget item ? #419

Open priyankagagneja opened 1 year ago

priyankagagneja commented 1 year ago

Hi,

I am trying to use rhandsontable in a shiny app with a matrix data (boolean values that translate to a checkbox)and it would be really good UI experience if I can modify the checkbox look to something from the shinyWidgets gallery (https://github.com/dreamRs/shinyWidgets). A checkbox , prettyswitch or a switchInput option is what I am thinking mostly.

Please let me know if I can provide more info.