• Resolved Ruson

    (@ruson)


    Hello, thanks for the plugin, I like it.
    I just want to ask, is there any way to set many tables in one row.
    For example: now, I have code like this

    [table id=23 alternating_row_colors=false column_widths="10%|60%|10%|10%|13%" /]
    [table id=24 alternating_row_colors=false column_widths="10%|60%|10%|10%|13%" /]
    [table id=25 alternating_row_colors=false column_widths="10%|60%|10%|10%|13%" /]
    [table id=26 alternating_row_colors=false column_widths="10%|60%|10%|10%|13%" /]

    How can I change it for way like this:

    [table id=23,24,25,26 alternating_row_colors=false column_widths="10%|60%|10%|10%|13%" /]

    is there any possibilities to do it this way?

    Thanks!

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, that’s not possible. You will need a separate Shortcode for each table.
    (You don’t really need those Shortcode parameters though: You can simply turn off the undesired features (like Alternating Row Colors in this case) by unchecking the corresponding checkbox on the table’s “Edit” screen, and get rid of the other parameter by setting the columns widths via CSS code. That will make the Shortcodes much shorter and easier to read.)

    Regards,
    Tobias

    Thread Starter Ruson

    (@ruson)

    yeah, I know about Alternating Row Colors, but I hoped to make the code in 1 row =) I just have more than 30 tables on page.

    Anyway, thanks for quick answer!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

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

The topic ‘Many tables on one page’ is closed to new replies.