Title: [Plugin: WP-Table Reloaded] Pagination with shortcode?
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Pagination with shortcode?

 *  Resolved [matiuru](https://wordpress.org/support/users/matiuru/)
 * (@matiuru)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/)
 * I want to use in one post:
 * [table id=1 /]
 * In the configuration of this table I activate pagination showing 10 rows, and
   disable the filter search.
 * Then I want to use in another post:
 * [table id=1 hide_columns=”all” show_columns=”1,17″ /]
 * But I want to activate pagination with only showing 1 row and disable the filter.
 * Is that possible using a shortcode with datatable_commands?
 * Understand? THANX!
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288603)
 * Hi,
 * yes, that is possible. You can add parameters for DataTables to the Shortcode.
   For details, please see the documentation at [http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/)
   
   No, unfortunately, the necessary parameter for your case is missing from the 
   documentation (I didn’t find the time to add it, yet…), so here it is:
 * You should only need to extend the Shortcode to this:
 *     ```
       [table id=1 hide_columns="all" show_columns="1,17" datatables_paginate_entries="1" /]
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [matiuru](https://wordpress.org/support/users/matiuru/)
 * (@matiuru)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288626)
 * And the filter disable?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288627)
 * Hi,
 * that’s in the documentation…
 *     ```
       datatables_filter=false
       ```
   
 * But I don’t see why you want it, as you already have it disabled in both cases?
 * Regards,
    Tobias
 *  Thread Starter [matiuru](https://wordpress.org/support/users/matiuru/)
 * (@matiuru)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288628)
 * I forgot to tell you that, in one the filter is activate and in other desactivate.
 * By the way, I want to thanx a lot for your work, you always answer the questions,
   and most of it are just because we don´t read the documentation, and you are 
   polite with us. I don´t have paypal but when I have it, I´ll do it because you
   deserve it.
 * HUG!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288636)
 * Hi,
 * thanks for the nice words, I appreciate it! And also thanks that you plan to 
   donate!
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Pagination with shortcode?’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-pagination-with-shortcode/#post-2288636)
 * Status: resolved