• Resolved ganaxi

    (@ganaxi)


    Hi Tobias,

    Is there a way to hide by default the “Table Contents” tab that has all of the table info. I have huge tables that I import, and it frequently hangs up in the process of trying to display that data in the WordPress admin area.

    Best,

    Ganaxi

    https://wordpress.org/plugins/tablepress/

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 http://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.