Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Bosti,

    yes, this is possible, for example with the “show_rows” Shortcode parameter. Please see the documentation for more information, https://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/

    Regards,
    Tobias

    Thread Starter BostiG

    (@bostig)

    Hi,

    i tried: [table id=1 show_rows=”1,2,3″ /] without success.

    What should I do?

    Thank you,
    Bosti

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Bosti,

    can you explain what you mean with “without success”?

    Have you turned “Cache Table Output” off? And also (as you likely haven’t hidden the rows on the “Edit” screen, you’ll need to hide all rows first, and then show rows 1, 2, and 3, like

    [table id=1 hide_rows="all" show_rows="1,2,3" /]

    Regards,
    Tobias

    Thread Starter BostiG

    (@bostig)

    Hi,

    thanks again for great response.

    I ment “without success” – all table was shown, not only three rows.

    Now I turned off “Cache Table Output” and use this [table id=1 hide_rows=”all” show_rows=”1,2,3″ /] and it is okej ??

    Regards, Bosti

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Bosti,

    very good! Thanks for the confirmation that this works ??

    Best wishes,
    Tobias

    Thread Starter BostiG

    (@bostig)

    HI,

    question: is it posibile to show row from table in column? like transpose of one record? I would like to show one row from table like this: https://aponi.si/poh/?page_id=722&lang=si

    I tried this option, but it inserts like new table:
    [table id=2 hide_columns=”all” show_columns=”1″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”2″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”3″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”4″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”5″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”6″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”7″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”8″ hide_rows=”all” show_rows=”1,2″ /][table id=2 hide_columns=”all” show_columns=”9″ hide_rows=”all” show_rows=”1,2″ /]

    Thank you for any kind of advice,

    Regards,
    Bosti

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I’m not exactly sure that I understood this correctly. Are you trying to switch row and columns, so that the first row is actually displayed as teh first column, and so on?
    Then I have to disappoint you: This is not possible with the plugin at the moment.

    Regaring your code: The code itself looks correct, and (if “Cache Table Output” is unchecked for table 2) will display nine small tables.

    Regards,
    Tobias

    Thread Starter BostiG

    (@bostig)

    hi,

    Yes, you understood me correctly. I would like to to that. With that I could have all trails in one table and separate info of each on each post…

    Prehaps do you know workaround? How to show one row from your table in “column style”?

    Regards,
    Bosti

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, sorry, I’m not aware of a possibility to do this ??

    Question though: Why don’t change the main (big) table to that format (rows and columns switched)?

    Regards,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Show only one row from table’ is closed to new replies.