Thanks for the reply. Now all the exported columns are center aligned. I have tested with the following codes:
<th field="id" halign="center" width="20" sortable="true" align="left">Id</th>
<th field="note" halign="center" width="20" sortable="true" align="left">Note</th>
<th field="entrydate" halign="center" width="20" sortable="true" align="center">Note</th>
I all the column names to be centered, so I used
halign="center"
however in the printed html all columns are aligned center regardless of the
align="left"
being used. I hope you can fix the issue.
Thanks and regard,
Alfred