Add a Link to Grid Cell in Pro

Hi
I am trying to a links to a grid cell using JQuery but can not get the following to work, please can you advise.
The IDs are added to the cells within the grid on the top right section at https://www.quay.je/

jQuery("#column-link-1").wrap("");

jQuery("#column-link-2").wrap("");

jQuery("#column-link-3").wrap("");

jQuery("#column-link-4").wrap("");

Thanks

Hey Steve,

Thanks for reaching out!

I believe that you don’t need to have a JS code in order for you to add a link in a grid cell. You just need to change the cell setup HMTL tag to <a>. Please check the example below:

Hope that helps.

1 Like

Hi yes that has sorted it.
Many thanks

Hi Steve,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.