Highlighting rows dynamically

Tags: #<Tag:0x00007f8b19cc57a8>

Hi ,
We have a requirement for highlighting rows dynamically.
Say we add 3 rows and two of them are having duplicate data , so the server returns error for the 3rd row saying its duplicate. Now we would like to highlight that particular row alone. Since we wont be able to get the invalid-cell class in this scenario , are there any other way ?

Hi @alikhodja

You can try with the cells method to add a particular class that highlights cells. You can use the getDataAtCell method to check the duplicates.

Hi @alikhodja

Have you tried it? If you have some additional questions I can help.

I assume that we can close the issue as there is no reply for more than 20 days.