Skip to main content

render_table_with_theme

Function render_table_with_theme 

Source
pub fn render_table_with_theme(result: &ExecutionResult, theme: Theme) -> String
Expand description

Render a table with the given theme. Selects ratatui if the terminal is wide enough, otherwise falls back to the colour-coded plain-text render.