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>
Pin the row according to the context.
this.gridPinningActions.pin();
Unpin the row according to the context.
this.gridPinningActions.unpin();
Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
Example