pub fn render_table_ratatui(result: &ExecutionResult) -> StringExpand description
Render a table using ratatui’s Table widget with box-drawing borders,
colored headers, and styled cells. Uses an in-memory TestBackend.
pub fn render_table_ratatui(result: &ExecutionResult) -> StringRender a table using ratatui’s Table widget with box-drawing borders,
colored headers, and styled cells. Uses an in-memory TestBackend.