Creating Elegant Clickable Table Rows in Next.js
The Challenge
We've all been there - you're building a data-heavy application with tables, and you want users to be able to click anywhere on a row to navigate to a detail page. But wait, what about those action buttons in the last column? How do you...
royal-lobster.hashnode.dev3 min read
Nikita Komkov
Great article, but it is worth mentioning that position: relative doesn't work on tr in Safari Cannot attach the link:(
But anyway, Linkbox and LinkOverlay are quite useful for other use-cases