# DirtyRowEntry

> _Since v1.23.0_

Result of getDirtyRows(): each entry has the row ID, original (baseline),
and current data.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id` | <code>string</code> |  |
| `original` | <code>T &#124; undefined</code> | The original (baseline) row data, or `undefined` for newly inserted rows. |
| `current` | <code>T</code> |  |
