I have some handsontable which I use to update information into the db.
The first step is: I validate the data, then if an error occurred I fill the row with red color else I just save the information
Here come the problem:
I call ajax request hard coded I change the style of the td or tr
But after I change some value or use the scroll in the table, it calls the inside draw function, and all the colors are backto default
How Do I set the cell to be invalid ?