View source: R/validators_and_renderers.R
register_validator_numeric | R Documentation |
Register a custom validator with Handsontable
register_validator_numeric( hot, name, max_value = NULL, min_value = NULL, inclusive_above = TRUE, inclusive_below = TRUE, integers_only = FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.