Licensir.TableRex.Table.render

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

render(table, opts \\ [])

View Source

Specs

Renders the current table state to string, ready for display via IO.puts/2 or other means.

At least one row must have been added before rendering.

Returns {:ok, rendered_string} on success and {:error, reason} on failure.