Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderTable ¶
func RenderTable(columns []TableColumn, rows [][]string) []string
RenderTable renders rows to styled text lines using lipgloss/table.
func RenderTree ¶
RenderTree renders children of root into an ASCII tree. It returns "(none)" when root has no children.
Types ¶
type TableColumn ¶
TableColumn defines one reusable table column.
Click to show internal directories.
Click to hide internal directories.