Licensir.TableRex.Table.new

You're seeing just the function new, go back to Licensir.TableRex.Table module for more information.

Specs

new() :: t()

Creates a new blank table.

The table created will not be able to be rendered until it has some row data.

Examples

iex> Table.new
%Licensir.TableRex.Table{}
Link to this function

new(rows, header_row \\ [], title \\ nil)

View Source

Specs

new(list(), list(), String.t() | nil) :: t()

Creates a new table with an initial set of rows and an optional header and title.