tablewriter icon indicating copy to clipboard operation
tablewriter copied to clipboard

Feature request : Support for multiline cell content

Open anirudh-chhangani opened this issue 5 years ago • 0 comments

This will enable us to print table inside a table.

ex -

+-------------------------+------------------------------+
| Title 1                 | Title 2                      |
+-------------------------+------------------------------+
| This is                 | foo                          |
| a multiline             |                              |
| cell                    |                              |
+-------------------------+------------------------------+
|                         | +---------+------+---------+ |
| print tables            | | ABC     | DEFG | HIJKLMN | |
| into tables             | +---------+------+---------+ |
|                         | | foobar  | bar  | foo     | |
|                         | +---------+------+---------+ |
|                         | | foobar2 | bar2 | foo2    | |
|                         | +---------+------+---------+ |
+-----------------------

anirudh-chhangani avatar May 20 '19 06:05 anirudh-chhangani