Documentation ¶
Index ¶
- type Table
- func (t *Table) AddRow(row ...string)
- func (t *Table) BulkData(data [][]string)
- func (t *Table) Caption(caption string)
- func (t *Table) Footer(footer ...string)
- func (t *Table) Header(header ...string)
- func (t *Table) Render()
- func (t *Table) SetAutoWrapText(value bool)
- func (t *Table) SetColWidth(width int)
- func (t *Table) SetReflowDuringAutoWrap(value bool)
- func (t *Table) SetRowLine(char string)
- func (t *Table) UnsetRowLine()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) SetAutoWrapText ¶
func (*Table) SetColWidth ¶
func (*Table) SetReflowDuringAutoWrap ¶
func (*Table) SetRowLine ¶
func (*Table) UnsetRowLine ¶
func (t *Table) UnsetRowLine()
Click to show internal directories.
Click to hide internal directories.