ascii-table icon indicating copy to clipboard operation
ascii-table copied to clipboard

instance.removeBorder() also removes inner border

Open silverwind opened this issue 8 years ago • 0 comments

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

silverwind avatar Jun 28 '16 17:06 silverwind