S/N Name Result Action
--------------------------------------
1 Mike Passed
2 Mark Failed
3 Mary Failed
Based on the table above, I need to:
- Highlight result column in red where the result is Failed
- Provide a "Retry" hyperlink in action column for those have failed.
Something like $('table.td.result).. (I am not sure about the correct syntax).