Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Geppina opened this issue Sep 9, 2023 · 0 comments
Open

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

Geppina opened this issue Sep 9, 2023 · 0 comments

Comments

@Geppina
Copy link

Geppina commented Sep 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant