ChangeSet
@spartanfx/react / ChangeSet
Interface: ChangeSet
Represents a full change set produced by the grid.
Remarks
Sent through the onChange callback after edits.
Properties
| Property | Type | Description |
|---|---|---|
delete | (string | number)[] | IDs of rows marked for deletion. |
new | Record<string, unknown>[] | New rows added. |
update | object[] | Updated rows, including original and modified values. |