Option 1: Route to the details page on click with JavaScript. This is my least favorite because users are unable to wheel-click the table rows to open in new tab since there’s not actually an anchor tag. It’s usually the easiest to implement, however
Option 2: Put an anchor tag in each row either by wrapping each row or absolutely positioning an anchor inside. The downside of this approach is it makes selecting content inside the cells hard. This is the route I usually go with