cli-table icon indicating copy to clipboard operation
cli-table copied to clipboard

Add support for nested tables

Open devashishdxt opened this issue 6 years ago • 1 comments

Support for something like this (Table inside a Cell):

+------------+----------------+
| Name       | Age (in years) |
+------------+----------------+
| Tom        |             10 |
+------------+----------------+
| Jerry      |        +-----+ |
|            |        |  20 | |
|            |        +-----+ |
+------------+----------------+
| Scooby Doo |             25 |
+------------+----------------+

devashishdxt avatar Oct 22 '19 05:10 devashishdxt

Added a simple example of nested tables in #22. Nested tables still don't work perfectly on windows. All the color information of nested is dropped on windows. (Ref)

devashishdxt avatar Apr 13 '22 02:04 devashishdxt

Released a version with this. All the color information of nested table is still dropped on windows. (Ref)

devashishdxt avatar Jul 02 '24 03:07 devashishdxt