Grid Pinning Actions for the Action Strip

IgcGridPinningActionsComponent

new IgcGridPinningActionsComponent(): IgcGridPinningActionsComponent

Returns IgcGridPinningActionsComponent

tagName: string

Inherited from: IgcGridActionsBaseDirective

get asMenuItems(): boolean

Returns boolean

Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.

set asMenuItems(value: boolean): void

Parameters

  • value: boolean

Returns void

Pin the row according to the context.

pin(evt: any): void

Parameters

  • evt: any

Returns void

scrollToRow(evt: any): void

Parameters

  • evt: any

Returns void

Unpin the row according to the context.

unpin(evt: any): void

Parameters

  • evt: any

Returns void

register(): void

Returns void