Hi,
I want to validate, and show a message, if an input is not a number. When I use
$col["formatter"] = "number";
$col["formatoptions"] = array(
"thousandsSeparator" => ",
", "decimalSeparator" => ".",
"decimalPlaces" => 0);
I get thirdly blocks. Is it possible validate with a regular expression like [0-9]
Idea? Thanx!
1 Answers
Your Answer