Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, you can add that functionality via a “TablePress Extension”, i.e. a plugin to the plugin. Please just install and activate https://github.com/downloads/TobiasBg/TablePress-Extensions/tablepress-datatables-columnfilter.zip as a regular WordPress plugin.
    Then change your Shortcode from something like

    [table id=123 /]

    to

    [table id=123 datatables_columnfilter=true /]

    This will transform the last row of your table (for which you need to have the “Table Foot” checkbox checked) via the script from https://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html

    Regards,
    Tobias

    Thread Starter sktrader

    (@sktrader)

    Dear Tobias,
    Thank you very much for your help, you are great!
    Tobias, i want to get a custom built plugin, How much will you charge for that. If you provide that service, Can you send me Personnel Message for that

    Thread Starter sktrader

    (@sktrader)

    Dear Tobias,
    I have install TablePress Extension: Individual Column Filtering (with drop-downs), it’s working very good. I wanted to ask you that, is it possible to move drop-down filter option from footer side to header side?

    Also

    All table will be visible unless I’ll put a filter (Drop down)on the table, is it possible that no table will be visible and when I’ll select filter then only it will show the table according to selection.

    Thanks for your help in advance

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great to hear that this worked so easily ??

    Moving the drop downs to the top of the table is not that easy. I can however imagine a possibility, which we’d have to discuss directly, as it’s exta work. For that, please contact me via email (you can find my address in the main plugin file “tablepress.php”).
    The same goes for that custom built plugin that you need. Note that I can only take a look at this if it related to TablePress. I just don’t have the time to work on plugins not related to TablePress.

    About initially hiding all rows and then only showing them when something is filtered: I don’t know a solution to that, sorry ??

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DataTables individual column filtering’ is closed to new replies.