danfickle / danfickle/openhtmltopdf
Stacked table borders do not line up when column count between tables does not match
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
When you have multiple tables with a border stacked on top of one another, the border line does not match up if the column count in the table doesnt match. So if table 1 has 1 row and 2 columns and table 2 has 1 row and 1 column, the borders of those tables will not line up unless you put colspan=2 on the first table.
````
test
test
test
test
test
test
````
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the supplied stacked-table HTML example and tracing how table widths, columns, and borders are laid out. Done means adjacent tables with different column counts have borders that line up without requiring a colspan workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100