• Resolved wwildlife

    (@wwildlife)


    I would like to have borders separating each column. Is there a way to do that? Also, is there a way to have more than 10 rows display on a table without having to click to expand the table?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wwildlife

    (@wwildlife)

    I would like to have borders separating each column. Is there a way to do that? Also, is there a way to have more than 10 rows display on a table without having to click to expand the table?

    Thank you.

    https://www.welcomewildlife.com/birds-and-their-favorite-birdseeds/

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To add borders everywhere, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
        border: 1px solid #cccccc !important;
    }

    As for the number of rows: Just turn off the “Pagination” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Table grid?’ is closed to new replies.