Heading
This filter adds colspan/rawspan to cells in a table.
An example of colspan
Merge the first three columns in the first row.
An example of rowspan
Merge the first column across three lines starting from the second line.
An example of colspan + rowspan
- Header (row 1): column 2 -> colspan=2
- Data (row 2): column 1 -> rowspan=3
| 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
| East |
100 |
| East |
| East |
120 |
220 |
| West |
400 |
500 |