• Resolved andynz

    (@andynz)


    Hi Tobias

    I am using the Column Filter Widget on a table:
    [table id=cal-2018 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,2,7,8,9,10,11 datatables_buttons=”excel,pdf,print” responsive=collapse automatic_url_conversion=true /]

    It works fine so long as I also select Search/Filtering for Datatables.

    However, this means that the Search Box is also displayed when all I really need are the filter boxes for individual columns. Is there a way of hiding the search box for that particular table?

    Thanks
    Andy

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, using CSS code. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-cal-2018_filter {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter andynz

    (@andynz)

    Tobias

    Thanks for the prompt advice which did the trick.

    Do you never sleep!

    Regards

    Andy

    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 ‘Column Filter Widgets and Search Box’ is closed to new replies.