KB-277 · DATATABLE/RUN/HISTORY
Run History Table
A report grid where each row carries its own history: the latest number, the outcome, and the last eight runs plotted small beside them, so a row that is fine today but drifting is visible without opening anything. The ops desk is for working a dataset; this one is for reading a trend across rows at a glance.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/datatable-run-history
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| rows | RunRow[] | — | Name, outcome, latest duration, and the run history behind it. |
| durationLabel / historyLabel | string | — | Column captions, reused as the mobile labels. |