Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct { // NumRows is the number of rows the table has. Each column must have exactly this number of rows. NumRows int // contains filtered or unexported fields }
Table is a table that can be rendered to markdown. It supports a column based data API and pads columns to a constant width.
Click to show internal directories.
Click to hide internal directories.