Interface IPinRowEventArgs

Event emitted when a row's pin state changes. The event is cancelable

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

insertAtIndex?: number

The index at which to pin the row in the pinned rows collection.

isPinned: boolean

Whether or not the row is pinned or unpinned.

owner?: any

Provides reference to the owner component.

row?: RowType
rowID: any

The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance.

Deprecated

since version 17.1.0. Use the rowKey property instead.

rowKey: any