1771 Technologies Logo

Events

ColumnMoveEvents<T>

Defines the events that fire related to the movement of columns.

Type parameters

Type parameter
T

Properties

  • Name
    onColumnDragMove
    Type
    (params: ColumnMoveDragParams<T>) => void
    Description

    Fires continuously during the dragging of a column.

  • Name
    onColumnDragMoveCancel
    Type
    (params: ColumnMoveDragParams<T>) => void
    Description

    Fires when a column drag action is cancelled.

  • Name
    onColumnDragMoveEnd
    Type
    (params: ColumnMoveDragParams<T>) => void
    Description

    Fires when a user stops dragging a column.

  • Name
    onColumnDragMoveStart
    Type
    (params: ColumnMoveDragParams<T>) => void
    Description

    Fires when a user starts dragging a column.