Title: [Plugin: WP-Table Reloaded] DataTables filtering
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] DataTables filtering

 *  Resolved [cliffshek](https://wordpress.org/support/users/cliffshek/)
 * (@cliffshek)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/)
 * I’ve tried using the steps described in [http://wordpress.org/support/topic/individual-column-filtering](http://wordpress.org/support/topic/individual-column-filtering)
   for my test page at [http://www.dexteritymi.com/js2](http://www.dexteritymi.com/js2)
   but alas no success.
 * Please would someone check to see where I’ve gone wrong with the code?
 * Many thanks.
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026405)
 * 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](https://wordpress.org/support/users/cliffshek/)
 * (@cliffshek)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026411)
 * Thanks Tobias.
    I’ve removed those lines from the Head injection of the page,
   but still no luck..
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026415)
 * 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](https://wordpress.org/support/users/cliffshek/)
 * (@cliffshek)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026422)
 * 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](https://wordpress.org/support/users/cliffshek/)
 * (@cliffshek)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026423)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026424)
 * 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.

 * ![](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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-datatables-filtering/#post-3026424)
 * Status: resolved