Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-13 | HTML writer: support intermediate table headers | Albert Krewinkel | 3 | -0/+147 | |
Closes: #6314 | |||||
2020-09-13 | HTML writer: support attributes on all table elements | Albert Krewinkel | 3 | -33/+33 | |
Add attributes to tbody and tr elements. | |||||
2020-09-12 | HTML writer: render table footers if present | Albert Krewinkel | 3 | -0/+164 | |
Part of: #6314 | |||||
2020-09-10 | Support colspans and rowspans in HTML tables (#6644) | Albert Krewinkel | 3 | -0/+404 | |
* HTML writer: add support for row headers, colspans, rowspans * Add planet table tests See #6312 |