render_table_with

Function render_table_with 

Source
pub fn render_table_with(
    headers: &[&str],
    rows: &[Vec<&str>],
    mode: TableMode,
    style: TableStyle,
    alignments: Option<&[Align]>,
    trunc_modes: Option<&[TruncateMode]>,
) -> String
Expand description

Advanced renderer allowing per-column alignment and truncation modes.