But only if the cell in same column in the second row (first below thead) has text/string/nr (example 100, 88, 80 or a another nr).
The row I want to check always has the class row-2 assigned to it and it’s between column 5 and 11.
Tried to Google it, but not sure it’s even possible?
Since you already have that cell defined by a class, you would do a check on the .row-2 class to see if it has a value, and if it does execute your code. I don’t know any jQuery so I can’t really help much on that part, but if/else statements are plain JS so you can incorporate that into jQuery.