Hi Tony,
ah, ok.
For that, you'll need to modify the source file, of the Extension. Please edit the file "tablepress-datatables-tabletools.php" like this:
Replace line 60
$tabletools_options = '{ "sSwfPath": "' . $swf_path . '", "aButtons": [ { "sExtends": "copy", "sButtonText": "" }, { "sExtends": "csv", "sButtonText": "" }, { "sExtends": "xls", "sButtonText": "" }, { "sExtends": "pdf", "sButtonText": "" }, { "sExtends": "print", "sButtonText": "" } ] }';
with
$tabletools_options = '{ "sSwfPath": "' . $swf_path . '", "aButtons": [ { "sExtends": "print", "sButtonText": "" } ] }';
After that, you'll only have the "Print" button.
Regards,
Tobias