boxable icon indicating copy to clipboard operation
boxable copied to clipboard

Make borders around table.

Open himanshujain1985 opened this issue 4 years ago • 1 comments

Hi @dhorions and thanks for this great library. I have a scenario where we need to draw a border around the table only on a page and horizontal borders (Top and Bottom) for each row is not required. The table we have is multi-page and If we remove horizontal lines for each row, then the last row on the page also does not have a bottom border.

I tried to look for a solution for this problem, however, I could not find any way to resolve this problem (Draw bottom border on the last row on a page).

Could you or anyone help me resolve this issue? Thanks.

himanshujain1985 avatar Jan 25 '21 14:01 himanshujain1985

I have an example in branch https://github.com/CSchemmy/boxable/tree/pageBreakDrowTableBorder. It's not optimal but it works and you need pull request #219

CSchemmy avatar Jan 25 '21 20:01 CSchemmy