Skip to main content

grid_from_cols_rows

Function grid_from_cols_rows 

Source
pub fn grid_from_cols_rows(col_names: &[&str], rows: Vec<HDict>) -> HGrid
Expand description

Helper to create an HGrid with a single empty row and named columns.

Used by op handlers that return simple tabular data.