How to use data validation when data source is array

Tags: #<Tag:0x00007f8b1dc19e68>

Hi,
I’m trying to use the data validation property to validate each column based on a different regExp but how to I invoke the “validator property” when my data source is an array.

Thanks

Hey @duardoakerele

here’s an article that I can propose https://handsontable.com/blog/articles/2018/10/advanced-data-validation-in-handsontable, especially the Mixed values – Regex paragraph, where you’d be able to check (using JSFiddle demo) how to set a regex validator for a single column.