khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
948 stars 158 forks source link

Support wrapping of contents in a fixed-width cell #26

Open davenewza opened 6 years ago

davenewza commented 6 years ago

It would be handy to enable the wrapping of the contents in a fixed-width cell.


+---------------------+--------------------------------------------------+
| Number              | Message                                          |
+---------------------+--------------------------------------------------+
| 4                   |  Some text wrapping itself onto the next line    |
|                     |  of this cell.                                   |
+---------------------+--------------------------------------------------+
| 12                  |  This text is not wrapping.                      |
+---------------------+--------------------------------------------------+
Harpush commented 3 years ago

Nothing new about it?