hyperlink to website stored in 1 column
hyperlink to website stored in 1 column
ajaym193
Posts: 3Questions: 2Answers: 0
i have made a table of 10 columns in which 1 column displays website addresses. What i need is that when one clicks on those websites, it should be redirected to that website.Can you please help me on this
This discussion has been closed.
Answers
All you should need is to use a regular
a
tag. I'd need a link to the page to say exactly though since I don't know if you are using rendering functions, Ajax loading data, DOM loading, or what! .Allan
I cannot give link as Its on localhost but my entire code is as follows:-
I would suggest you use
columns.render
to define a renderer. There is an example in the documentation. Might also be worth reading over the renderers section of the documentation.Allan