Versions in this module Expand all Collapse all v1 v1.8.1 May 15, 2025 v1.8.0 May 15, 2025 Changes in this version + type Alignment int + const AlignCenter + const AlignLeft + const AlignRight + type Table struct + func NewTable(writer io.Writer) *Table + func (t *Table) Append(row []string) + func (t *Table) Render() + func (t *Table) WithColumnAlignment(alignment []Alignment) *Table + func (t *Table) WithHeader(header []string) *Table + func (t *Table) WithHeaderAlignment(alignment []Alignment) *Table + func (t *Table) WithRows(rows [][]string) *Table