minhhungit / ConsoleTableExt

A fluent library to print out a nicely formatted table in a console application C#
MIT License
333 stars 37 forks source link

The column should have max length to avoid collapse layout #26

Closed zhenyuan0502 closed 3 years ago

zhenyuan0502 commented 3 years ago

As title, the column should be adjusted from the current view length if it's possible, otherwise, define an MaxLength to replace the outer limit by ... or allowing to break new line should be considered.

minhhungit commented 3 years ago

@zhenyuan0502 At this time you can use WithFormatter to limit length of text

I will add maxlenght method later

minhhungit commented 3 years ago

Will convert this to discussion