Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Add support for merging cells. #25

Open Robpol86 opened 8 years ago

Robpol86 commented 8 years ago

So this can be done:

+--------------------------+-----+---------+
| Item                     | Qty |   Price |
+--------------------------+-----+---------+
| SUPERMICRO MBD-X9SCM-F-O |   1 | $168.99 |
| Intel Core i3-2100       |   1 |  $99.99 |
| Syba SD-CF-IDE-DI        |   2 |   $7.89 |
+--------------------------+-----+---------+
|                         Total: | $284.76 |
+--------------------------+-----+---------+
ElizarovEugene commented 6 years ago

I just looked in the documentation about this possibility and did not find it, it seems to me very necessary.