You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: