sjmikler / progress-table

Display progress as a pretty table in the command line.
MIT License
90 stars 3 forks source link

Add borders between rows? #3

Closed hungcs closed 11 months ago

hungcs commented 11 months ago

Would it be possible to add borders between rows? The table becomes hard to read with a lot of data between epochs. I tried looking into the style argument, but that seems to mostly govern coloring

Screen Shot 2023-09-29 at 5 06 40 PM
sjmikler commented 11 months ago

Hey! Sorry for the late replay.

Borders between rows are implemented. Try out setting split=True when calling next_row.

For example:

table.next_row(split=True)