jrowen / rhandsontable

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

Specifying a column type as numericInput with up/down arrows #429

Open Geppina opened 1 year ago

Geppina commented 1 year ago

rhandsontable is a great component – among other things – because of its dropdown and datapicker properties. I also like to use the custom validation function: hot_validate_numeric(hot, cols, min = NULL, max = NULL, choices = NULL, exclude = NULL, allowInvalid = FALSE). Is it possible to make columns (or even cells) behave as numericInput, where the minimum value, maximum value, but also the increment step can be set and the value can be edited using up/down buttons or the arrow keys? TMS webcore has this feature in its TWebStringGrid (http://www.tmssoftware.biz/download/manuals/TMSWEBCoreDevGuide.pdf) but R Shiny clearly excels in other aspects. Since TMS webcore is based on pas2js I trust that my feature request is feasible. Thank you for taking the time to consider my request.