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

    (@tobiasbg)

    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

    (@panos_m)

    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

    (@tobiasbg)

    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.

    Best wishes,
    Tobias

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

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