Grid Pinning Actions for the Action Strip
Constructors
Section titled "Constructors"IgcGridPinningActionsComponent
new IgcGridPinningActionsComponent(): IgcGridPinningActionsComponent Returns IgcGridPinningActionsComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"tagName: string Accessors
Section titled "Accessors"asMenuItems
Section titled "asMenuItems"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
Methods
Section titled "Methods"Pin the row according to the context.
pin(evt: any): void Parameters
- evt:
any
Returns void
scrollToRow
Section titled "scrollToRow"scrollToRow(evt: any): void Parameters
- evt:
any
Returns void
unpin
Section titled "unpin"Unpin the row according to the context.
unpin(evt: any): void Parameters
- evt:
any
Returns void
register
Section titled "register"register(): void