pub fn table_text(headers: &[&str], rows: &[Vec<&str>]) -> Block
Create a simple table from text headers and rows.