To keep both the link and the tr
<TableRow>
<Link to={`/example`} style={{ display: 'contents', verticalAlign: 'middle' }}>
{columns.map((column) => (
<TableCell key={column}>{renderCellContent(column)}</TableCell>
))}
</Link>
</TableRow>