I have a html table that looks like this:
http://jsfiddle.net/hmt7nk1d/
Is there a way, either with CSS or with javascript to set a hyperlink for the values contained in the TeamWebsite column.
So If I click on any row in the TeamWebsite column I will be taken to that url.
So for example if I click on the falcons url it will take me to that url?
<a href="http://www.azcardinals.com">click me</a>
<a href="http://www.azcardinals.com">http://www.azcardinals.com</a>
Check it out
BTW, I think you do not need the "Team WebSite" column altogether. Just use the TeamName column, like this