Skip to main content
Version: 1.0.4

ChangeSet

@spartanfx/react v1.0.4


@spartanfx/react / ChangeSet

Interface: ChangeSet

Represents a full change set produced by the grid.

Remarks

Sent through the onChange callback after edits.

Properties

PropertyTypeDescription
delete(string | number)[]IDs of rows marked for deletion.
newRecord<string, unknown>[]New rows added.
updateobject[]Updated rows, including original and modified values.