Table-cell-merge Example

Heading

This filter adds colspan/rawspan to cells in a table.

An example of colspan

Merge the first three columns in the first row.

Caption
A D
1 2 3 4
5 6 7 8

An example of rowspan

Merge the first column across three lines starting from the second line.

Name Score
Alice 90
85
72

An example of colspan + rowspan

  • Header (row 1): column 2 -> colspan=2
  • Data (row 2): column 1 -> rowspan=3
Region Q1
East 100 200
110 210
120 220
West 400 500

An example of colspan + rowspan for Both Row and Column Merging

  • Header (row 2): column 2 -> colspan=2
  • Data (row 2): column 2 -> rowspan=2
Region Q1 Q2
East 100
East
East 120 220
West 400 500