Hi, I have a url to a pdf in a db and i want to present this as a link is a table. I have tried the :
"formatValue"=>function($value,$row){
return "<a href=".$row['$row'].">CLICK</a>";
and i can't just get it to work. The url is fetched by a query along with other variables to be presented in the datatables.
I would appreciate any tip to achieve this