gotabulate icon indicating copy to clipboard operation
gotabulate copied to clipboard

Add a way to eliminate empty lines

Open Naatan opened this issue 7 years ago • 4 comments

t.Render("simple") seems to insert an empty line every other row, it would be nice if there were a simple way to disable this.

Naatan avatar May 18 '18 18:05 Naatan

I was actually hoping for this same feature :-)

justinfx avatar May 21 '18 06:05 justinfx

This was implemented with t.SetHideLines([]string{"betweenLine"}) just wasn't added to the docs

thorfour avatar Jun 29 '18 00:06 thorfour

@thorfour , thanks for pointing that out! I wish I had known about that, and that it was documented. Also, there hasn't been a new tag since 2014, so my glide dependency manager wasn't even pulling in a version that has this feature. Would be nice to see a new minor tag.

justinfx avatar Jun 29 '18 01:06 justinfx

Totally agree, I had to point dep to the latest revision today to pull in that change

thorfour avatar Jun 29 '18 02:06 thorfour