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.
the afterValidate
hook (ref: Hooks API reference - JavaScript Data Grid | Handsontable) returns information about the coordinates of the validated cell.
You can also run a validation for a given row via validateRows()
method (ref: Core API reference - JavaScript Data Grid | Handsontable)
Was the answer helpful? If you need any further guidance I’ll be happy to help.