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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You could try using some CSS code (in the “Custom CSS” textarea on the “Plugin Options” screen of TablePress) like

    .tablepress th:empty,
    .tablepress td:empty {
      display: none;
    }

    to hide all empty cells. I don’t recommend this however, as it would also remove cells in rows where there are cells with content.

    It’s therefore better to simply delete the empty rows on the “Edit” screen of the table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Hidding rows’ is closed to new replies.