Versions in this module Expand all Collapse all v0 v0.0.2 Feb 18, 2023 v0.0.1 Feb 18, 2023 Changes in this version + const AlignRight + const Debug + const DiscardEmptyColumns + const FilterHTML + const StripEscape + const TabIndent + const UnknownHeaderName + func NewBuilder(output io.Writer) *tableBuilderChoice + type Table struct + func New(output io.Writer, opts ...TableOption) *Table + func (t *Table) AddRow(row ...string) + func (t *Table) AddRowf(format string, a ...any) + func (t *Table) AddRows(rows [][]string) + func (t *Table) AddRowsf(format string, a ...any) + func (t *Table) Render() error + func (t *Table) SetHeader(header []string) + type TableOption func(*tableOptions) + func WithFlags(flags uint) TableOption + func WithMinWidth(minWidth int) TableOption + func WithPadChar(padChar byte) TableOption + func WithPadding(padding int) TableOption + func WithSep(sep string) TableOption + func WithTabWidth(tabWidth int) TableOption