Molecule. Stretch-link so the whole row is clickable.
Place inside a relative table row (DataTableRow clickable).
import { TableRowLink } from '@wishpedigo/ui';| Venue | City |
|---|---|
| Quonk Hall | Northampton |
<DataTableRow clickable className="relative">
<DataTableCell>
<TableRowLink href="/venues/1">Quonk Hall</TableRowLink>
</DataTableCell>
</DataTableRow>