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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Why don’t you simply turn the Search feature of on the “Edit” screen of table 13? That would be the easiest?

    Alternatively, hiding it with CSS is possible. For that, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-13_filter {
      display: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the search box only in my table id 13.’ is closed to new replies.