//
pkg.gl
Category
github.com/sboehler/knut
lib
common
table
package
0.1.1
Repository:
https://github.com/sboehler/knut.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
4
Files
308 SLOC
#
Functions
New
New creates a new table with column groups.
#
Constants
Center
Center centers.
Left
Left aligns to the left.
Right
Right align to the right.
#
Structs
Row
Row is a table row.
SeparatorCell
SeparatorCell is a cell containing a separator.
Table
Table is a matrix of table cells.
TextRenderer
TextRenderer renders a table to text.
#
Type aliases
Alignment
Alignment is the alignment of a table cell.
CellType
CellType is the type of a table cell.