It looks like I need to add the following for the pdf output:
"oSelectorOpts": {page: 'current'}
I’m guessing I need to add it to:
$tabletools_options = '{ "sSwfPath": "' . $swf_path . '", "aButtons": [ { "sExtends": "pdf", "sButtonText": "PDF" }, { "sExtends": "print", "sButtonText": "Print" } ] }';
But, I’m not sure of the syntax
Thanks!