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{}
Specs
Creates a new table with an initial set of rows and an optional header and title.