Table row NextLink
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
How am I supposed to link a table row in a SSR component. AFAIK you are not allowed to wrap a <tr> in a link
7 Replies
what about putting a link in a <tr />?
Sloth bearOP
this isn't valid html. my current solution is a cs-component tableRowLink with onclick
oh sorry I misunderstood your question @Sloth bear
I wonder why you use table instead of ul/ol if you need to make your <tr /> a link?
if you still stay using <table /> I would recommend javascript to open a link
Sloth bearOP
@James4u (Tag me if needed) I now just wrapped the content of the td in a link and made it full size
yeah that should also work!
I thought you have the same <td />s in that <tr />
I thought you have the same <td />s in that <tr />