Roda :wrap_link_to plugin proposal #302
v-kolesnikov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I just resolved the issue in my project: wrapping each table row column to a link.
TL;DR: You are unable to make a table row as a single link item. You must wrap each column to the same link tag.
To simplify the code I wrote a function that uses combination of capture_erb, inject_erb and link_to plugins.
Maybe it could be useful and would save time for someone.
Beta Was this translation helpful? Give feedback.
All reactions