Hi, is there a way to validate only a specific row or cell instead of validate all cells in the table with hot.validateCells() ? I have a huge table with +5k rows so it takes to much time to validate all cells. I would like to validate only one row because I use “autosave” so after a cell is changed I update the entier row in database, but i need to know if all cells in this row are valid.
Thank you in advance.