jrowen/rhandsontable

Specifying a column type as numericInput with up/down arrows

Geppina opened this issue · 0 comments

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.