Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTableStyle = TableStyle{ Padding: 1, VerticalBorders: true, HorizontalBorders: true, MaxTableWidth: 120, MaxColWidth: 40, EnableTextStyling: true, }
Functions ¶
This section is empty.
Types ¶
type Row ¶
func (*Row) AppendCell ¶
type Table ¶
type Table struct { Rows []*Row TableStyle TableStyle }
Click to show internal directories.
Click to hide internal directories.