• Resolved IlliniCrusader

    (@illinicrusader)


    I just installed this plugin – brilliant work!

    I went into the “Plugin Options” and made sure the Javascript Library was enabled. Then I set up a test table and made sure everything was enabled. I can’t get the sorting, pagination, or filtering to work. This leads me to believe there is something conflicting three JavaScript libraries.

    I used firebug to see if I could see if the images where just missing – but they weren’t even there.

    Any ideas what might be causing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    can you check, if your theme’s footer.php file contains a call to

    wp_footer();

    That is required for the feature to work.
    Additionally, it seems that there is some JavaScript code in your site, after the closing </body> tag, when it actually needs to stand in front of it.

    Regards,
    Tobias

    Thread Starter IlliniCrusader

    (@illinicrusader)

    Thanks Tobias, adding the
    wp_footer();
    worked perfectly.

    The additional JavaScript in the body is for a collapsible div. Although, after I installed the tables plugin, it stopped working.

    Any ideas? Are the two scripts clashing?

    Thread Starter IlliniCrusader

    (@illinicrusader)

    All figured out Tobias – thanks a bunch!

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

The topic ‘[Plugin: WP-Table Reloaded] Sorting option not available?’ is closed to new replies.