Licensir.TableRex.Renderer.render

You're seeing just the callback render, go back to Licensir.TableRex.Renderer module for more information.

Specs

render(
  table :: %Licensir.TableRex.Table{
    columns: term(),
    default_column: term(),
    header_row: term(),
    rows: term(),
    title: term()
  },
  opts :: list()
) :: render_return()

Renders a passed %TableRex.Table{} struct into a string.