IgcPinRowEventArgs
Event emitted when a row's pin state changes. The event is cancelable
Properties
Section titled "Properties"Optional insertAtIndex
Section titled "insertAtIndex"The index at which to pin the row in the pinned rows collection.
insertAtIndex?: number 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