IgcPinRowEventArgs
Event emitted when a row's pin state changes. The event is cancelable
Properties
Section titled "Properties"cancel
Section titled "cancel"Provides the ability to cancel the event.
cancel: boolean Optional insertAtIndex
Section titled "insertAtIndex"The index at which to pin the row in the pinned rows collection.
insertAtIndex?: number isPinned
Section titled "isPinned"Whether or not the row is pinned or unpinned.
isPinned: boolean Optional owner
Section titled "owner"Provides reference to the owner component.
owner?: any Optional row
Section titled "row"row?: IgcRowType rowID
Section titled "rowID"The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance.
rowID: any rowKey
Section titled "rowKey"rowKey: any