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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    If you want to show the filter drop down for the column, you’ll have to use a different way of hiding the column: Instead of hiding it on the “Edit” screen, try this “Custom CSS”:

    .tablepress-id-123 .column-3 {
      display: none;
    }

    (where the table ID and column number need to be adjusted of course).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘tablepress hide column but do not hide its filter as well.’ is closed to new replies.