Skip to content

fix: Support footers with no row lines#33

Merged
owenrumney merged 1 commit into
mainfrom
fix/support-footers-with-no-rowlines
May 2, 2025
Merged

fix: Support footers with no row lines#33
owenrumney merged 1 commit into
mainfrom
fix/support-footers-with-no-rowlines

Conversation

@owenrumney
Copy link
Copy Markdown
Contributor

@owenrumney owenrumney commented May 2, 2025

When the table has no rowlines and a footer, it should have a line
between the last row and the footer

Signed-off-by: Owen Rumney owen.rumney@aquasec.com

┌────┬─────────────┬────────┐
│ ID │    Fruit    │ Stock  │
├────┼─────────────┼────────┤
│ 1  │ Apple       │ 14     │
│ 2  │ Banana      │ 88,041 │
│ 3  │ Cherry      │ 342    │
│ 4  │ Dragonfruit │ 1      │
├────┼─────────────┼────────┤
│    │    Count    │   4    │
└────┴─────────────┴────────┘

Resolves #27

When the table has no rowlines and a footer, it should have a line
between the last row and the footer

Signed-off-by: Owen Rumney <owen.rumney@aquasec.com>
@owenrumney owenrumney merged commit 54db229 into main May 2, 2025
3 checks passed
@owenrumney owenrumney deleted the fix/support-footers-with-no-rowlines branch May 2, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to add a row line with footer

1 participant