epoch / tallboy

Declarative API for drawing unicode/ascii character tables in crystal lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headers

vladfaust opened this issue · comments

It would be neat if I could make only first N rows having a border:

table.render(:unicode, row_separator: 1) # Only separate first row. Could be a range, for example
┌───┬───┬───┐
│ 1 │ 2 │ 3 │
│───┴───┴───│
│ 1 │ 2 │ 3 │
│ 1 │ 2 │ 3 │
└───┴───┴───┘
commented

closing this for now because the API has changed