Versions in this module Expand all Collapse all v0 v0.1.0 Feb 20, 2025 Changes in this version + type Style struct + type Table interface + AddHeader func(header ...string) + AddRow func(vals ...any) + Render func() string + SetColStyle func(col int, style ...color.Attribute) + SetHeaderStyle func(style ...color.Attribute) + SetRowStyle func(row int, style ...color.Attribute) + func NewTable(w int, autoExpand bool) Table