PDF options

PDF options

burtondavburtondav Posts: 10Questions: 0Answers: 0
edited March 2012 in General
I have added the following pdf options- the page runs; the pdf gets created; but the options (landscape and text) don't take effect.
[code]
$('#dataTable').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
"copy",
"csv",
"xls",
{
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Service Request List"
},
"print"
],
"sSwfPath": "/swf/copy_cvs_xls_pdf.swf"
}
});
[/code]
This discussion has been closed.