Since the anchor tags governing the links in the table don't actually have hrefs, most browsers won't actually turn a user's cursor into the little hand thing that commonly indicates that something is clickable. One can get around this by just adding cursor: pointer to the css class for those links.
Since the anchor tags governing the links in the table don't actually have
href
s, most browsers won't actually turn a user's cursor into the little hand thing that commonly indicates that something is clickable. One can get around this by just addingcursor: pointer
to the css class for those links.