pub fn render_table(
worktrees: &[Worktree],
columns: &[Column],
ctx: &RenderCtx<'_>,
width: usize,
color: bool,
) -> StringExpand description
Renders the worktrees as an aligned table for the given columns and terminal
width. ANSI color is applied to status/dirty/PR cells when color is set.