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

---

# [Plugin: WP-Table Reloaded] ColumnFilterWidgets

 *  [Panos_M](https://wordpress.org/support/users/panos_m/)
 * (@panos_m)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-columnfilterwidgets/)
 * Hello,
 * i try to implement ColumnFilterWidgets like the example [http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/index.html](http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/index.html)
   but i can’t. I upload ColumnFilterWidgets folder inside to wp-table-reloaded 
   folder and in the table page using HiFi plugin i insert the code:
 * [please post large chunks of code at pastebin.com]
 * Any help you could give would be much appreciated.
 * Regards
 * Panos
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-columnfilterwidgets/#post-2350499)
 * Hi,
 * you will need to modify the call to the DataTables library at the end of your
   code. Instead of two calls to `dataTable`, combine that to
 *     ```
       /* Initialise the DataTable */
       var oTable = $("#wp-table-reloaded-id-18-no-1").dataTable({"oLanguage":{"sUrl": "http://www.turbo-mechanika.com/demo/wp-content/plugins/wp-table-reloaded/languages/datatables/lang-en_US.txt", "sSearch": "Search all columns:" }, "aaSorting": [], "bSortClasses": false, "asStripClasses":['even','odd'], "sDom": 'W<"clear">lfrtip' });
       ```
   
 * If that does not work, please post the URL to the page with the table.
 * Regards,
    Tobias
 *  Thread Starter [Panos_M](https://wordpress.org/support/users/panos_m/)
 * (@panos_m)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-columnfilterwidgets/#post-2350510)
 * Hi Tobias,
 * thank you for your reply. I managed to work this properly, but there is one problem
   with IE, as the dropdowns menu don’t display correctly. I think is css issue.
   Here is the code i use:
 *     ```
       [please post large chunks of code at pastebin.com]
       ```
   
 * Regards,
 * Panos
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-columnfilterwidgets/#post-2350514)
 * Hi Panos,
 * thanks for the reply.
 * Unfortunately, I can’t help with those dropdowns, as I don’t know how this works
   internally. And as the column filter widgets is an add-on to the DataTables JavaScript
   library, I suggest that you ask in their forums at [http://www.datatables.net](http://www.datatables.net).
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] ColumnFilterWidgets’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-columnfilterwidgets/#post-2350514)
 * Status: not resolved