Turn off validation while inserting a new row

Tags: #<Tag:0x00007f8b1d455560>

We have a handsontable with multiple rows (Around 1000) and cols (around 90). There are validations in place for each of the cells. When a user adds a new row, all the validations get invoked. and starts giving the pop up messages. For example the validations are for min and max length, data types etc. So when the user adds a new blank row, is there a way to stop these validations and invoke them on click of save button ?

Hi,

Can you share an example on JSFiddle?

Thanks
Wojciech

I believe that we can close the topic as there are no updates.