Title: TablePress &#8220;Print&#8221; button
Last modified: May 2, 2018

---

# TablePress “Print” button

 *  Resolved [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/)
 * TABLEPRESS – The Datatable Button Extension does not seem to be working. The 
   Extension is activated.
 * I entered [table id=5 datatables_buttons=”print” /] on the page where the table
   is. The table with data displays…but, the “Print” button does not show.
 * Please help.
 * Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10240611)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10242751)
 * The link for the page is [http://forum.bcyc.org/sandbox/](http://forum.bcyc.org/sandbox/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10242817)
 * Hi,
 * thanks! Can you please extend the Shortcode on that page by adding another parameter:
   `
   shortcode_debug=true` After that, you should see a list of settings below the
   table. Can you please post those here then?
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10243212)
 * I’m not exactly sure where to add the code you sent.
 * Please send the entire string and I’ll edit the page as you request.
 * Currently is: [table id=5 datatables_buttons=”print” /]
 * Thanks.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10243468)
 * Hi,
 * that’s the one I mean:
 *     ```
       [table id=5 datatables_buttons="print" shortcode_debug=true /]
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10243522)
 * OK…the added code is now there.
 * Thanks for the excellent support…very fast!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244054)
 * Hi,
 * ok, can you post what you see below the table? (I can’t see it, because it’s 
   only visible for logged-in users.)
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244237)
 * array (
    ‘id’ => ‘5’, ‘column_widths’ => ”, ‘alternating_row_colors’ => true,‘
   row_hover’ => true, ‘table_head’ => true, ‘table_foot’ => false, ‘first_column_th’
   => false, ‘print_name’ => false, ‘print_name_position’ => ‘above’, ‘print_description’
   => false, ‘print_description_position’ => ‘below’, ‘cache_table_output’ => true,‘
   convert_line_breaks’ => true, ‘extra_css_classes’ => ”, ‘use_datatables’ => false,‘
   datatables_sort’ => true, ‘datatables_paginate’ => true, ‘datatables_paginate_entries’
   => 10, ‘datatables_lengthchange’ => true, ‘datatables_filter’ => true, ‘datatables_info’
   => true, ‘datatables_scrollx’ => false, ‘datatables_scrolly’ => false, ‘datatables_custom_commands’
   => ”, ‘datatables_locale’ => ‘en_US’, ‘show_rows’ => ”, ‘show_columns’ => ”, ‘
   hide_rows’ => ”, ‘hide_columns’ => ”, ‘cellspacing’ => false, ‘cellpadding’ =
   > false, ‘border’ => false, ‘shortcode_debug’ => true, ‘datatables_buttons’ =
   > ‘"print"’, ‘datatables_buttons_technique’ => ‘flash,html5’, ‘html_id’ => ‘tablepress-
   5’, ‘edit_table_url’ => ‘[http://forum.bcyc.org/wp-admin/admin.php?page=tablepress&action=edit&table_id=5&#8217](http://forum.bcyc.org/wp-admin/admin.php?page=tablepress&action=edit&table_id=5&#8217);,)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244378)
 * Hi,
 * ok, I have a feeling that the quotation marks for the other parameter are somehow
   wrong.
 * Can you please try copy/pasting the command exactly like this again:
 *     ```
       [table id=5 datatables_buttons="print" /]
       ```
   
 * Also, please do this in the “Text” and not the “Visual” editor of the “Edit” 
   screen of the page.
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244474)
 * This did not help either.
 * Does the “Use Datatables JavaScript Library checkbox need to be checked? I unchecked
   it because I did not want the features listed below it.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244610)
 * Hi,
 * yes, please try checking that checkbox then. You can uncheck the individual features
   that you don’t want.
 * Regards,
    Tobias
 *  Thread Starter [planeo8](https://wordpress.org/support/users/planeo8/)
 * (@planeo8)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10244655)
 * Success…so it appears the box must be checked.
 * Thanks…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10246871)
 * Hi,
 * nice! Good to hear that this helped!
 * Best wishes,
    Tobias

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘TablePress “Print” button’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/tablepress-print-button/#post-10246871)
 * Status: resolved