Licensir.TableRex.Renderer.Text.render
You're seeing just the function
render
, go back to Licensir.TableRex.Renderer.Text module for more information.
Implementation of the TableRex.Renderer behaviour.
Available styling options.
horizontal_styles
controls horizontal separators and can be one of:
:all
: display separators between and around every row.:header
: display outer and header horizontal separators only.:frame
: display outer horizontal separators only.:off
: display no horizontal separators.
vertical_styles
controls vertical separators and can be one of:
:all
: display between and around every column.:frame
: display outer vertical separators only.:off
: display no vertical separators.