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