Links In List view #9008
-
I'm having trouble getting links in a list view on my plugin. The attached picture shows the table with no links for the elements. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Mar 31, 2022
Replies: 1 comment 1 reply
-
Can you share your column definition? It should look something like this: name = tables.Column(
linkify=True
) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shea766
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share your column definition? It should look something like this: