Skip to content

RowMoveDetail

Event detail emitted when a row is moved within a single grid.

For backward compatibility this type matches RowReorderPlugin’s RowMoveDetail exactly; the row-move event continues to fire only for intra-grid moves. Cross-grid moves emit row-transfer instead.

PropertyTypeDescription
rowTThe row that was moved.
fromIndexnumberThe original index of the row.
toIndexnumberThe new index of the row.
rowsT[]The full rows array in new order.
sourcedrag | keyboardHow the move was initiated.
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt