Skip to main content

render_table_ratatui

Function render_table_ratatui 

Source
pub fn render_table_ratatui(result: &ExecutionResult) -> String
Expand description

Render a table using ratatui’s Table widget with box-drawing borders, colored headers, and styled cells. Uses an in-memory TestBackend.