• Resolved wolfus

    (@wolfus)


    First of all, Tobias – thank you so much for your work on this project. It’s fantastic.

    I’m writing because we’re using the plugin on a page that we’re using during recovery after Hurricane Ida, and while I thought I configured correctly, it appears that the content on the page isn’t actually filtering. Do you think I’m doing something wrong?

    Thanks in advance!

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that the Search/Filter checkbox is turned off, on the table’s “Edit” screen. That’s however required for the dropdowns to work.
    So, please activate that checkbox.
    You could then hide the regular search field with some CSS code, if you don’t want to show it. For that, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-12_filter {
      display: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘ColumnFilterWidgets not filtering’ is closed to new replies.