• Resolved matiuru

    (@matiuru)


    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/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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/
    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

    (@matiuru)

    And the filter disable?

    Plugin Author TobiasBg

    (@tobiasbg)

    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

    (@matiuru)

    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 TobiasBg

    (@tobiasbg)

    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.