Versions in this module Expand all Collapse all v0 v0.0.1 Sep 11, 2025 Changes in this version + const BoldStyleEnd + const BoldStyleStart + const BottomLeft + const BottomRight + const BottomT + const Cross + const DimStyleEnd + const DimStyleStart + const HLine + const LeftT + const RightT + const TopLeft + const TopRight + const TopT + const VLine + type Table struct + DescriptionTitles map[int][]string + Descriptions map[int][]string + Headers []string + Rows [][]string + func NewTable(headers []string) *Table + func PlenumDevTable(headers []string) *Table + func (t *Table) AddDescription(rowIndex int, description string) + func (t *Table) AddDescriptionWithTitle(rowIndex int, title string, description string) + func (t *Table) AddHighlightedHeader(index int) + func (t *Table) AddRow(row []string) + func (t *Table) ClearHighlightedHeaders() + func (t *Table) EnableRowCount(enabled bool) *Table + func (t *Table) Render() string + func (t *Table) SetAlignment(columnIndex int, alignment string) + func (t *Table) SetBorderless(on bool) + func (t *Table) SetConsoleWidth(width int) + func (t *Table) SetDimBorder(enabled bool) + func (t *Table) SetFillWidth(enabled bool) + func (t *Table) SetHeaderHighlighting(enabled bool) + func (t *Table) SetHighlightedHeaders(indices []int) + func (t *Table) SetMaxWidth(columnIndex int, maxWidth int) + type TableGroup struct + func NewGroup() *TableGroup + func (g *TableGroup) Add(table *Table) + func (g *TableGroup) GetTables() []*Table + func (g *TableGroup) SyncColumnWidths()