Add column data as link
Add column data as link

Dear,
how can i add column as link as example below
<a href="www.google.com">google</a>
data1 and data2 from API
regards,
This discussion has been closed.
Dear,
how can i add column as link as example below
<a href="www.google.com">google</a>
data1 and data2 from API
regards,
Answers
Hi @saif780 ,
columns.render
is the way to go, the fourth example will do that for you,Cheers,
Colin
Thanks @colin .