vdmeer / asciitable

Several implementations of a text table, originally using ASCII and UTF-8 characters for borders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for colored text content

thomasrepnik opened this issue · comments

Thank you for the amazing work and the great library!
It would be very nice if there would be a way to color the text of specific rows/columns/cells.

I already tried to combine it with Chalk (https://github.com/tomas-langer/chalk) but asciitable does not render the color correctly (some of the special utf characters are printed).

This would be great for content with totals, warnings, etc.

There seems to be already a PR ready for this feature. Can you merge it? This would be awesome.
#21