TableRex.Column (table_rex v3.1.0) View Source

Defines a struct that represents a column's metadata

The align field can be one of :left, :center or :right.

Link to this section Summary

Link to this section Types

Specs

t() :: %TableRex.Column{align: term(), color: term(), padding: term()}