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.
validateRow doesn't recognise the row number
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)