
So I am trying to filter out a HTML table that I get from a function made in Azure , I need to change the colour from a certain column that I am reading called "IsDataEntegrityError" , the column is a bit column in sql and if I return a 0 it should be green for success , if it is 1 then it should be red for Failed.