Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    My recommendation would be to simply delete the empty column on the table’s “Edit” screen.

    Alternatively, you could try hiding the cells with CSS code like

    .tablepress-id-123 thead th:empty,
    .tablepress-id-123 tbody td:empty {
      display: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Empty’ is closed to new replies.