tableExport.jquery.plugin
tableExport.jquery.plugin copied to clipboard
Data in PDF file
I try to export file
i add this
<a href="#" onclick="$('#tabledata').tableExport({ type: 'excel', escape: 'false' });" style="background-color: #3399FF; color: #FFFFFF; font-weight: bold; font-size: medium">XLS</a>
<a href="#" onclick="$('#tabledata').tableExport({ type: 'pdf', escape: 'false' });" style="background-color: #3399FF; color: #FFFFFF; font-weight: bold; font-size: medium">PDF</a>
now the problem i have 6columns in table but pdf display only 4 columns
check image http://i.stack.imgur.com/r4Etu.png
Same Issue Here
may be you need to font size too small
tried make the font too small and the same
same issue here
i am getting this error when ever i try to run your script
File "afot.py", line 198, in main
with open('nist.csv', 'rb') as f:
IOError: [Errno 2] No such file or directory: 'nist.csv