Grid Pinning Actions for the Action Strip
Properties
Section titled "Properties"asMenuItems
Section titled "asMenuItems"Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
asMenuItems: boolean Methods
Section titled "Methods"Pin the row according to the context.
pin(evt: any): void Parameters
- evt:
any
Returns void
Example
this.gridPinningActions.pin(); 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
Example
this.gridPinningActions.unpin();