ascii-table
ascii-table copied to clipboard
instance.removeBorder() also removes inner border
The readme example includes a ----
style border below the header for .removeBorder()
, but when I tried it, it seems to be removed as well:
> console.log(new (require('ascii-table'))().setHeading('a', 'b').addRow(1, 2).removeBorder().toString())
a b
1 2