Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author takien

    (@takien)

    Hello andjelahn,
    Yes, it’s possible to merge cell in Easy Table.
    Easy table supports cell attribute (by default it uses attr shortcode, however it can be changed if needed), then you could put ‘any valid HTML table cell attribute‘ there.
    In your example, you need to use colspan in your cell attr.

    [table th="0"]
    1,2,3,4,5
    6,7,8[attr colspan="3"]
    9,10,11,12,13
    [/table]
    Thread Starter andjelahn

    (@andjelahn)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Merge cells’ is closed to new replies.