Title: Table grid?
Last modified: June 6, 2021

---

# Table grid?

 *  Resolved [wwildlife](https://wordpress.org/support/users/wwildlife/)
 * (@wwildlife)
 * [5 years ago](https://wordpress.org/support/topic/table-grid/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-grid%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [wwildlife](https://wordpress.org/support/users/wwildlife/)
 * (@wwildlife)
 * [5 years ago](https://wordpress.org/support/topic/table-grid/#post-14525845)
 * 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/](https://www.welcomewildlife.com/birds-and-their-favorite-birdseeds/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years ago](https://wordpress.org/support/topic/table-grid/#post-14525882)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/table-grid/#post-14525882)
 * Status: resolved