Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Header string Width int // If false, render this column. Hide bool // If true, set the width to the widest value in this column. Flexible bool LeftAlign bool }
Column represents metadata about a column in a table.
func (Column) WithLeftAlign ¶
WithLeftAlign turns on the left align of this column and returns it.
Click to show internal directories.
Click to hide internal directories.