freva / ascii-table

ASCII Tables for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't create a table from Collections

sibiarunachalam opened this issue · comments

Hi
Couldn't create a table from Collection, because the ColumnData constructor is package private.
So I could use that constructor from AsciiTable.

See https://github.com/freva/ascii-table#table-from-collections for how to create table from Collection. The Column::with method returns ColumnData.

Thanks @freva for your feedback, it works.