validateRow doesn't recognise the row number

Tags: #<Tag:0x00007f0b09fd5b90>

I am using version 8.3.
I need to validate row by row and while validating I need the number of row that is being validated.

Hi @fatemakhalid96

the afterValidate hook (ref: https://handsontable.com/docs/api/hooks/#aftervalidate) returns information about the coordinates of the validated cell.

You can also run a validation for a given row via validateRows() method (ref: https://handsontable.com/docs/api/core/#validaterows)

Demo https://jsfiddle.net/qpcnL5vt/

Hi @fatemakhalid96

Was the answer helpful? If you need any further guidance I’ll be happy to help.