Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TableElement ¶ added in v0.1.17
type TableElement struct { compton.BaseElement // contains filtered or unexported fields }
func Table ¶
func Table(r compton.Registrar) *TableElement
func (*TableElement) AppendFoot ¶ added in v0.1.17
func (te *TableElement) AppendFoot(columns ...string) *TableElement
func (*TableElement) AppendHead ¶ added in v0.1.17
func (te *TableElement) AppendHead(columns ...string) *TableElement
func (*TableElement) AppendRow ¶ added in v0.1.17
func (te *TableElement) AppendRow(data ...string) *TableElement
func (*TableElement) WriteStyles ¶ added in v0.1.25
func (te *TableElement) WriteStyles(w io.Writer) error
Click to show internal directories.
Click to hide internal directories.