freva/ascii-table

Couldn't create a table from Collections

sibiarunachalam opened this issue · 2 comments

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

freva commented

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.