IO ANSI Table v0.1.13 IO.ANSI.Table.Config
Defines functions to retrieve table config properties at runtime.
Summary
Functions
Retrieves the header fixes for a table
Retrieves the headers of a table
Retrieves the key headers of a table
Retrieves the margins to leave around a table
Retrieves the max column width of a table
Functions
Retrieves the header fixes for a table.
Examples
iex> alias IO.ANSI.Table.Config
iex> Config.header_fixes
%{}
Retrieves the headers of a table.
Examples
iex> alias IO.ANSI.Table.Config
iex> Config.headers
[:unknown]
Retrieves the key headers of a table.
Examples
iex> alias IO.ANSI.Table.Config
iex> Config.key_headers
[]