Licensir.TableRex.Table.render-exclamation-mark

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

render!(table, opts \\ [])

View Source

Specs

render!(t(), list()) :: String.t() | no_return()

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 the rendered string on success, or raises TableRex.Error on failure.