olekukonko / tablewriter

ASCII table in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change positioning of headers

infalmo opened this issue · comments

Currently, headers are by default set for columns. Can they be set rows instead of columns?
Something like this

H 1 || R 1 | R 2
-----+-----+------
H 2 || R 1 | R 2
-----+-----+------
H 3 || R 1 | R 2