Tabulator has a wide variety of built in validators:
Note: For a guide to adding your own validators to this list, have a look at the "Extending Tabulator" section.
Note By default all validators, except the required validator will approve any empty value (ie. empty string,
null or undefined). to ensure empty values are rejected you should use the required validator.
Required, The required validator allows values that are not null or an empty string
Tabulator has a wide variety of built in validators: Note: For a guide to adding your own validators to this list, have a look at the "Extending Tabulator" section.
Note By default all validators, except the
requiredvalidator will approve any empty value (ie. empty string, null or undefined). to ensure empty values are rejected you should use the required validator.