pub fn table(headers: &[&str], rows: &[Vec<String>]) -> String
Render a simple table with header and data rows.