cli-table
cli-table copied to clipboard
Add support for nested tables
Support for something like this (Table inside a Cell):
+------------+----------------+
| Name | Age (in years) |
+------------+----------------+
| Tom | 10 |
+------------+----------------+
| Jerry | +-----+ |
| | | 20 | |
| | +-----+ |
+------------+----------------+
| Scooby Doo | 25 |
+------------+----------------+
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)
Released a version with this. All the color information of nested table is still dropped on windows. (Ref)