Skip to main content

table_text

Function table_text 

Source
pub fn table_text(headers: &[&str], rows: &[Vec<&str>]) -> Block
Expand description

Create a simple table from text headers and rows.