Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table borders for multi-page table? #117

Open
strzibny opened this issue Sep 7, 2019 · 0 comments
Open

Table borders for multi-page table? #117

strzibny opened this issue Sep 7, 2019 · 0 comments

Comments

@strzibny
Copy link
Member

strzibny commented Sep 7, 2019

Hello,

in previous versions I could achieve a table where rows didn't have any top and bottom borders, but the table itself had full borders on each page.

In the current version I changed how I build cell borders with:

cell_style: {
  borders: [:left, :right],
}

This works great, however, if the table is spanning more pages, only the very bottom table border is drawn and the bottom border is missing on first and middle pages (as shown on the screen).

tableend

How to ensure that the table has full borders on any page without putting bottom borders on each cell?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant