TableTools PDF export setting 'mColumns' to 'all' does not work as expected
TableTools PDF export setting 'mColumns' to 'all' does not work as expected

Everything is working perfectly with the other buttons, but setting 'mColumns' : 'all' for the PDF button just shoves all the hidden column data into an overlapping pile at the edge of the PDF outside the table.
[code]
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "copy",
"mColumns": "all"
},
{
"sExtends": "pdf",
"mColumns": "all",
"sPdfOrientation": "landscape"
},
{
"sExtends": "xls",
"sButtonText": "Excel",
"mColumns": "all"
}
]
}
[/code]
[code]
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "copy",
"mColumns": "all"
},
{
"sExtends": "pdf",
"mColumns": "all",
"sPdfOrientation": "landscape"
},
{
"sExtends": "xls",
"sButtonText": "Excel",
"mColumns": "all"
}
]
}
[/code]
This discussion has been closed.