• Resolved nv dezigns

    (@nv-dezigns)


    Hi,
    The “Table Options” checkbox is checked on a table’s “Edit” screen, but functions like sorting, search, or pagination are not showing up.

    I am using WordPress 4.7.6.

    Could you please help me

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is the “Custom Command” full_numbers that you added. This is invalid like that. The proper command would be

    "pagingType": "full_numbers"
    

    Could you please try that?

    Regards,
    Tobias

    Thread Starter nv dezigns

    (@nv-dezigns)

    Dear Tobias,
    Really thanks for the reply.

    I tried that https://prnt.sc/gt35aq.
    But, still the “search option, sorting, pagination” are not working.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    indeed. There’s a second problem. Something on your site (probably your theme or a plugin) is loading the jQuery JS library from a CDN, instead of using the version that comes with WordPress. This leads to this problem. Please see https://tablepress.org/faq/js-functions-not-working/ for more information.

    Regards,
    Tobias

    Thread Starter nv dezigns

    (@nv-dezigns)

    Hi Tobias,

    Thank you so much. you are great.
    I have removed the below 2 lines from the “functions.php”. (Shall I face any problem in the the feature for that?)
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);

    Now the “search option, sorting, pagination” are working.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    You should not face any problems after making these (recommended) changes. If you do, the error is not caused by the (missing) lines.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘pagination, sorting and search option is not working’ is closed to new replies.