Versions in this module Expand all Collapse all v0 v0.0.3 Aug 30, 2023 v0.0.2 Aug 29, 2023 Changes in this version type Option + func WithFirstColumnColor(c *color.Color) Option v0.0.1 Aug 29, 2023 Changes in this version + type Option func(*Table) + func WithHeaderRowColor(c *color.Color) Option + func WithPaddingSize(p int) Option + func WithTab(p string) Option + func WithVerbose() Option + type Table struct + func New(opts ...Option) *Table + func (t *Table) Render(v any) string