Get the latest tech news
How to make a table row a link (2020)
Learn possible solutions and workarounds for turning HTML rows into clickable links.
Note that with this solution, users will not be able to control/command click on a row to open the linked page in a new tab (as is normal behavior when using<a> elements). Reddit uses<div> elements for their lists so you don't get an indication to what URL you will be navigated to while hovering over the row. From a user experience point of view, it can be very convenient to be able to click anywhere on a table row in order to navigate to another page.
Or read this on Hacker News