• Resolved orclord87

    (@orclord87)


    Hi,

    I use the plugin “DataTables ColumnFilterWidgets” and its awesome. So first of all, thanks!

    But when I uncheck the option “Search and filter”, the search bar will disappear (which is good), but it also messed up the column filter widget. Is there a way to erase the search function (the search bar) but keep the plugin “”DataTables ColumnFilterWidgets”” functional?

    Regards!

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.

    Yes, you will have to hide it using CSS code. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    tablepress-123_filter {
      display: none;
    }

    Change the 123 to the correct table ID.

    Regards,
    Tobias

    Thread Starter orclord87

    (@orclord87)

    Hi, thanks for the fast reply.
    I entered the css code, but still the search bar remains intact.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, sorry, I had a typo and forgot a #. Please try again with

    #tablepress-123_filter {
      display: none;
    }
    

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Erase Search baar’ is closed to new replies.