package
0.7.0
Repository: https://github.com/pirmd/text.git
Documentation: pkg.go.dev

# Functions

New returns a new empty table, with no grid and a maximum width set-up to the terminal width to DefaultMaxWidth.

# Constants

DefaultMaxWidth defines the maximum size of a table It tries to get initialized by reading the terminal width or fall-back to 80.

# Structs

Grid represents a set of Table's grid decoration.
Table represents a table.