# Functions
New creates a Table instance with the specified header(s) provided.
# Variables
DefaultFirstColumnFormatter specifies the default Formatter for the first column cells.
DefaultHeaderFormatter specifies the default Formatter for the table header.
DefaultPadding specifies the number of spaces between columns in a table.
DefaultWidthFunc specifies the default WidthFunc for calculating column widths.
DefaultWriter specifies the output io.Writer for the Table.Print method.
# Interfaces
Table describes the interface for building up a tabular representation of data.