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

    (@tobiasbg)

    Hi,

    splitting rows is not possible in HTML code.
    The trick is to just do it the other way around: Instead of splitting one row, start off with two rows and then combine all the other ones.
    You can do that with the “rowspan” feature, for which you can find a button below the table input fields.

    Regards,
    Tobias

    Thread Starter theiceman6

    (@theiceman6)

    Thanks.

    It feels so hard ?? so I put the flag in one Column to center it?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the #rowspan# goes into the lower row of those cells that shall be combined. To then center the text vertically, you will need “Custom CSS” like this:

    .wp-table-reloaded-id-123 td {
      vertical-align: middle!important;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Split row to 2 rows’ is closed to new replies.