eldargab / easy-table

Nice text table for Node.js
314 stars 31 forks source link

Is it possible styling for rows ? #30

Closed bytemtek closed 1 year ago

bytemtek commented 1 year ago

Hello,

Can I give style for rows (text color,bg etc.) ?

Thank you.

eldargab commented 1 year ago

Styling on a row level is not supported.

You can style individual cells, though.

table.cell('hello', '\u001b[32mworld\u001b[0m')