You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
How to ensure that the table has full borders on any page without putting bottom borders on each cell?
The text was updated successfully, but these errors were encountered:
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:
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).
How to ensure that the table has full borders on any page without putting bottom borders on each cell?
The text was updated successfully, but these errors were encountered: