tabletool

Undocumented in source.

Members

Enums

Align
enum Align

Option to specify the position of element in the cell.

Style
enum Style

Option to specify the table style.

Functions

tabulate
string tabulate(T[][] data, string[] headers, Config config)

Tabulate array of array data.

tabulate
string tabulate(T[][] data, Config config)

Tabulate array of array data (headerless version).

tabulate
string tabulate(T[] data, Config config)

Tabulate array of strut data.

tabulate
string tabulate(Value[Key][] data, Config config)

Tabulate an array of associative array.

tabulate
string tabulate(T[][] data, TableConfig tableConfig, ColumnConfig[] columnConfigs)

Tabulate an array of array data with detailed configurations.

Structs

ColumnConfig
struct ColumnConfig

Detailed configurations to set each column appearance.

Config
struct Config

Configurations for tabulate.

DisplayName
struct DisplayName

UDA to set display name of the struct member.

TableConfig
struct TableConfig

Detailed configurations to set table-wide appearance.

Meta