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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that you have turned off the “Filter” checkbox on the table’s “Edit” screen. That checkbox must however be enabled for the ColumnFilterWidgets Extension to work.
    If you then don’t want to see the search field, you can simply hide it with some “Custom CSS” code (to be entered on the “Plugin Options” screen):

    #tablepress-10_filter {
      display:none;
    }

    Regards,
    Tobias

    Thread Starter Chorley Rocks

    (@chorley)

    Thank you Tobias. That worked a treat ??

    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 ‘Filter does not seem to filter’ is closed to new replies.