• Resolved b2995

    (@b2995)


    Hi! Not sure why all of a sudden my table will not filter. And it’s putting the header in as one of the options. I have the box checked that the first row is a header row.

    [table id=1 datatables_columnfilterwidgets=true /]

    It was working last night, but when I logged in to duplicate the settings I had in one site into another, it suddenly messed up. Could it have been caused by the recent WP updates?

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this likely is that you have turned off the “Search/Filter” checkbox on the table’s “Edit” screen. That is required for the ColumnFilterWidgets, so please turn it back on.

    If you then want to hide the Search text field, you could do that with CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-1_filter {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter b2995

    (@b2995)

    Well…duh! LOL! Thank you for the quick response! I checked the box and added a little CSS to hide the search box

    #tablepress-1_filter {
    display: none;}

    Thank you again!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ColumnFilter Not Filtering’ is closed to new replies.