1771 Technologies Logo

ColumnResizeDragParams<T>

Parameters for the column resize drag events. Use these parameters only for read operations to avoid unpredictable state changes.

Extends

  • BaseEvent<T>

Type parameters

Type parameter
T

Properties

  • Name
    api
    Type
    GraphiteGridApi<T>
    Description
  • Name
    columns
    Type
    ColumnDefinition<T>[]
    Description

    Columns currently being resized. This includes single columns or groups of contiguous columns in a visual column group.

    Note: For non-contiguous groups, only the directly affected columns appear in this array.

  • Name
    deltaX
    Type
    number
    Description

    Pixel difference from the start to the current drag position along the x-axis. Positive values indicate rightward movement, applicable even in RTL layouts.