Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119448

TobiasBg on "[Plugin: TablePress] Printing from the web page"

$
0
0

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


Viewing all articles
Browse latest Browse all 119448

Trending Articles