I have a table formatted as:
fetch_stats | col1 | col2
============================
foobar | v1 | value
baz | long | v
I'd like to format it as:
fetch_stats col1 col2
============================
foobar | v1 | value
baz | long | v
But it seems so far VerticalLines controls both sides.
@Nukesor Thoughts?