Title: table functions
Last modified: August 21, 2016

---

# table functions

 *  Resolved [bsweeting](https://wordpress.org/support/users/bsweeting/)
 * (@bsweeting)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/table-functions/)
 * I am extremely new to codes etc. The table uploaded real nice. What I need to
   do with the table is the column headings is information that goes with each row
   of information, which everyone knows. But I need to use the information in EACH
   row on a different page, along with the column headings. I do not have this website
   public yet as it is draft form. So what am I looking for because I do not want
   to add the entire table to each page.
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/table-functions/#post-3689647)
 * Hi,
 * thanks for your question. I’m not sure that I understood everything, but from
   what I understand, you want to show single rows (with their headings) on different
   pages.
 * So, if you have a table with the ID 123, you could for example put the Shortcode
 *     ```
       [table id=1 hide_rows=all show_rows=1,2 /]
       ```
   
 * on one page, and the Shortcode
 *     ```
       [table id=1 hide_rows=all show_rows=1,3 /]
       ```
   
 * on the next page.
 * Both Shortcodes would result in a table with one row plus their headings, identified
   by the row number.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘table functions’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/table-functions/#post-3689647)
 * Status: resolved