# `PgFlowDashboard.Components.RunHistoryGrid`
[🔗](https://github.com/agoodway/pgflow/blob/v0.1.0/lib/pgflow_dashboard/components/run_history_grid.ex#L1)

GitHub-style activity grid showing run history by step.

# `run_history_grid`

Renders a run history grid.

## Attributes

  * `:grid_data` - Map of step_slug => list of run results
  * `:steps` - Ordered list of step slugs for rows
  * `:max_runs` - Maximum number of runs to display
  * `:base_path` - Base path for navigation links

## Attributes

* `grid_data` (`:map`) (required)
* `steps` (`:list`) (required)
* `max_runs` (`:integer`) - Defaults to `50`.
* `base_path` (`:string`) - Defaults to `"/pgflow"`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
