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

    (@tobiasbg)

    Hi,

    as a start, please remove these lines, as they are already included by default:

    <style type="text/css" media="all">
    /* <![CDATA[ */
    @import url("http://www.dexteritymi.com/wp-content/plugins/wp-table-reloaded/css/datatables.css?ver=1.9.3");
    /* ]]> */
    </style>
    <script type="text/javascript" language="javascript" src="http://www.dexteritymi.com/wp-content/plugins/wp-table-reloaded/js/jquery.js"></script>

    After that, at least one JS error should vanish, so that it might work already.

    Regards,
    Tobias

    Thread Starter cliffshek

    (@cliffshek)

    Thanks Tobias.
    I’ve removed those lines from the Head injection of the page, but still no luck..

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, next try 🙂
    Please change the line

    $(document).ready(function() { /* Initialise the DataTable */

    to

    jQuery(document).ready(function($) { /* Initialise the DataTable */

    Regards,
    Tobias

    Thread Starter cliffshek

    (@cliffshek)

    Thanks Tobias.

    Ah, things starting to happen. DataTables appears to load now with the appearance of the “Show entries” and “Search” boxes.

    But no luck yet with the column filtering.

    Thread Starter cliffshek

    (@cliffshek)

    Ah! I hadn’t checked the box in the table setup:
    Table footer: The last row of your table is the table footer (HTML tags <tfoot> and <th>)

    Seems ok now. Thanks for your help Tobias!
    (No doubt I’ll request help again as I continue with the project!)

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    awesome! Great to see that this worked! 🙂

    Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] DataTables filtering’ is closed to new replies.