URL in grid #1426
Unanswered
legaljustus
asked this question in
Help
URL in grid
#1426
Replies: 1 comment
-
Hi There. It would probably be much easier to use a If you need to do it with as above, with an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have a postgresql query where I store url's to documents as CharVar. I want to add a download link to my grid based on this query. I tried the following which has worked for me on other platforms:
CONCAT('<a href=\"\" onclick=(\"' , {{ insert url column here }} , '\")>Click</a>')
but unfortunately it just displays as a text. It also doesn't work if I try it without the onclick.
Is there a way to do this?
I see a detail url option in the configuration of the grid but can't figure out how to use it.
Beta Was this translation helpful? Give feedback.
All reactions