Adding a Row Border
It would be nice if you can have a row border also. Maybe a table option WithRowBorder. Unless there is a way to add it, but all my attempts broke rendering.
Apologies for the late response. Could you describe what you want it to do a little more, if it would still be useful?
Sorry, never got a notification. But what I meant, is that i would like a top/bottom border in between rows. Currently there is only a left / right border using InnerDivider, but i would like InnerJunction between rows
an example
╭────────┬────────┬────────╮
│ Col1 │ Col2 │ Col3 │
├────────┼────────┼────────┤
│ R1-1 │ R1-2 │ R1-3 │
├────────┼────────┼────────┤
│ R2-1 │ R2-2 │ R2-3 │
├────────┼────────┼────────┤
│ R3-1 │ R3-2 │ R3-3 │
╰────────┴────────┴────────╯
It would also be nice to remove outside border like
Col1 │ Col2 │ Col3
────────┼────────┼────────
R1-1 │ R1-2 │ R1-3
────────┼────────┼────────
R2-1 │ R2-2 │ R2-3
────────┼────────┼────────
R3-1 │ R3-2 │ R3-3