Hi team, I have created PDF , there many links i have kept. But column alignment was missing when export data. I did added the query when getting data like
->pipe(new CalculatedColumn(array(
"document_name"=>function($row){
if ($row['document_name'] != null ){
$document = str_replace(',','',$row['document_name']);
return wordwrap($document,35,"<br>\n");
}
}
)))
But it was not working as expected. Please refer the below screen shot and give the solution .Thanks in advance.