• Resolved bsweeting

    (@bsweeting)


    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/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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.