View Source API Reference table_rex v4.1.0
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.
A set of functions for working with tables.