yakivyusin / YetAnotherConsoleTables

Advanced library to output your POCO collections in a table view in a console (supports multi-line data, attributes settings, output customization).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add MinWidth Property to TableMember Attribute

yakivyusin opened this issue · comments

Subj.
Logic on pseudocode:
column width = Max(Attr.MinWidth, Max(column data-> length))