Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell struct {
// contains filtered or unexported fields
}
Cell represents a Table cell
type ColumnWidthMode ¶
type ColumnWidthMode int
ColumnWidthMode is used to configure columns type
const ( // Minimum FIXMEDOC Minimum ColumnWidthMode = iota // Average FIXMEDOC Average )
type JustifyMode ¶
type JustifyMode int
JustifyMode is used to configure text alignment on cells
const ( JustifyLeft JustifyMode = iota JustifyCenter JustifyRight )
Justify mode enumeration
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table represent a table that can be printed on a terminal
func (*Table) SetColumnWidthMode ¶
func (t *Table) SetColumnWidthMode(x int, mode ColumnWidthMode)
SetColumnWidthMode FIXMEDOC
Click to show internal directories.
Click to hide internal directories.