Grid Pinning Actions for the Action Strip
IgxActionStripComponent
Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
<igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions> <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions> Copy
<igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions> <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
Pin the row according to the context.
this.gridPinningActions.pin(); Copy
this.gridPinningActions.pin();
Unpin the row according to the context.
this.gridPinningActions.unpin(); Copy
this.gridPinningActions.unpin();
Grid Pinning Actions for the Action Strip
Igx Parent
IgxActionStripComponent