table_rex v3.0.0 TableRex.Renderer behaviour View Source
An Elixir behaviour that defines the API Renderers should conform to, allowing for display output in a variety of formats.
Link to this section Summary
Types
Return value of the render function.
Callbacks
Returns a Map of the options and their default values required by the renderer.
Renders a passed %TableRex.Table{} struct into a string.
Link to this section Types
Return value of the render function.
Link to this section Callbacks
Returns a Map of the options and their default values required by the renderer.
Renders a passed %TableRex.Table{} struct into a string.