register_validator_numeric: Register a custom validator with Handsontable

View source: R/validators_and_renderers.R

register_validator_numericR Documentation

Register a custom validator with Handsontable

Description

Register a custom validator with Handsontable

Usage

register_validator_numeric(
  hot,
  name,
  max_value = NULL,
  min_value = NULL,
  inclusive_above = TRUE,
  inclusive_below = TRUE,
  integers_only = FALSE
)

Paul-A-Kavan/rhot documentation built on Oct. 29, 2022, 8:07 a.m.