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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Are you refering to TablePress or WP-Table Reloaded here?

    In TablePress, you could go to a small table, and then uncheck the “Table Content” checkbox after clicking on “Screen Options”.
    The other solution would be to use some CSS, like

    #tablepress_edit-table-data {
      display: none;
    }

    which could be added to the CSS in the Extension from https://tablepress.org/extensions/input-field-size/

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Table Contents Tab’ is closed to new replies.