Packages

A simple Gleam library for pretty printing tabular data!

Current section

Files

Jump to
trellis include trellis_Table.hrl
Raw

include/trellis_Table.hrl

-record(table, {
columns :: list(trellis@column:column(any())),
rows :: list(any()),
style :: trellis@style:style()
}).