table_rex v0.3.0 API Reference

Modules

TableRex generates configurable, text-based tables for display

Defines a struct that represents a single table cell, and helper functions

Defines a struct that represents a column’s metadata

An Elixir behaviour that defines the API Renderers should conform to, allowing for display output in a variety of formats

Renderer module which handles outputting ASCII-style tables for display

The data structure for the TableRex.Renderer.Text rendering module, it holds results of style & dimension calculations to be passed down the render pipeline

Defines a struct that represents a table and provides functions for working with it

Exceptions