pub fn render_table_with(
headers: &[&str],
rows: &[Vec<&str>],
mode: TableMode,
style: TableStyle,
alignments: Option<&[Align]>,
trunc_modes: Option<&[TruncateMode]>,
) -> StringExpand description
Advanced renderer allowing per-column alignment and truncation modes.