View Source TableRex.Column (table_rex v4.1.0)

Defines a struct that represents a column's metadata

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

Summary

Types

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