ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Text table should support row/section separators #63

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

Provide an API to insert custom separators between rows.

A separator can have optionally a section name, padding, alignment and style for h-bar and 3 junction glyphs.

ddimtirov commented 7 years ago

Automatic separators between every row are pointless - rarely useful, take double space and easy enough to add while building.