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.

    You must enable the “Search/Filter” checkbox for this table, as that’s the function that the ColumnFilterWidgets use. To then again hide the search field (if you want), you can add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-1_filter {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter wearemogul

    (@wearemogul)

    that’s great thanks

    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 ‘DataTables ColumnFilterWidgets’ is closed to new replies.