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

Constructors

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.

rowID: any

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

Deprecated

Use the rowKey property instead.

rowKey: any