RowDropDetail
Since v2.4.0
Detail for the row-drop event (target grid, cancelable).
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
payload | RowDragPayload<T> | Decoded payload from the source grid. |
sourceGridId | string | Convenience accessor — same as payload.sourceGridId. |
targetIndex | number | Final insertion index in the target grid’s _rows. |
operation | copy | move | Operation requested by the source grid ('move' |