# Constants
Possible Alignment values.
Expandable is a special ColumnConstraint where the column and may expand automatically if other columns end up taking less actual width.
ExpandableWrappable is a special ColumnConstraint where the column is expandable.
default.
Possible Alignment values.
# Structs
BadOptionError indicates, well, bad options, are given.
Cell defines a cell (column) in a row.
InconsistentRowsError is an error that is returned when number of columns are inconsistent across rows.
MultiCell defines cell content with multiple strings.
NoRowsError indicates no rows in the table.
SingleCell defines cell content with a single string.
Table defines a table and is used to do the rendering.
WidthTooSmallError indicates the width constraints is too small.
# Type aliases
Alignment defines how the content of a cell should align.
ColumnConstraint specifies how a column should behave while being rendered.
Row defines a row.