onRowsMoved property

PlutoOnRowsMovedEventCallback? onRowsMoved
final

onRowsMoved is called after the row is dragged and moved if PlutoColumn.enableRowDrag is enabled.

Implementation

final PlutoOnRowsMovedEventCallback? onRowsMoved;