Skip to main content

build_grid_rows

Function build_grid_rows 

Source
pub fn build_grid_rows(
    options: &GridOptions,
    row_size: usize,
    hidden_row_reasons: &BTreeMap<String, Vec<String>>,
    expanded_rows: &BTreeMap<String, bool>,
) -> Vec<GridRow>