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) AddDecimal ¶ added in v0.1.2
AddDecimal adds a number cell.
func (*Row) AddIndented ¶
AddIndented adds an indented cell.
func (*Row) AddPercent ¶ added in v0.1.2
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.
Click to show internal directories.
Click to hide internal directories.