PlutoGridOnColumnsMovedEvent class

Argument of PlutoGrid.onColumnsMoved callback to move columns by dragging or receive left or right fixed events.

idx means the actual index of PlutoGridStateManager.columns or PlutoGridStateManager.refColumns.

visualIdx means the order displayed on the screen, not the actual index. For example, if there are 5 columns of 0, 1, 2, 3, 4 If 1 column is frozen to the right, visualIndex becomes 4. But the actual index is preserved.

Constructors

PlutoGridOnColumnsMovedEvent({required int idx, required int visualIdx, required List<PlutoColumn> columns})
const

Properties

columns List<PlutoColumn>
final
hashCode int
The hash code for this object.
no setterinherited
idx int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visualIdx int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited