Skip to content

RowTransferDetail

Since v2.4.0

Detail for the row-transfer event (fired on BOTH grids after success).

PropertyTypeDescription
rowsT[]Rows that were transferred.
fromGridIdstringSource grid id.
toGridIdstringTarget grid id.
fromIndicesnumber[]Indices the rows occupied in the source grid’s _rows.
toIndexnumberInsertion index in the target grid’s _rows.
operationcopy | moveOperation that was applied.