Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintOptions ¶
type PrintOptions int
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func MakeHeadlessTable ¶
MakeTable creates a new instance of the table without a title, but the number of columns must be set
func (*Table) ColumnWidths ¶
ColumnWidths returns the slice of ints that are the widths of each column
func (*Table) IsHeadless ¶
IsHeadless returns 'true' if none of the table title cells contains any text
Click to show internal directories.
Click to hide internal directories.