Documentation
¶
Overview ¶
Package table provides functions for handling tables in terminal
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Data [][]string
}
Options represents the options that can be set when creating a new table
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table represent a table
func (*Table) FormattedData ¶
FormattedData returns the formatted table data
Click to show internal directories.
Click to hide internal directories.