Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Row ¶
type Row struct {
// contains filtered or unexported fields
}
Row is a table row.
func (*Row) AddIndented ¶
AddIndented adds an indented cell.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table is a matrix of table cells.
func (*Table) AddSeparatorRow ¶
func (t *Table) AddSeparatorRow()
AddSeparatorRow adds a separator row.
type TextRenderer ¶ added in v0.0.8
type TextRenderer struct { Color bool Thousands bool Round int32 // contains filtered or unexported fields }
TextRenderer renders a table to text.
Click to show internal directories.
Click to hide internal directories.