Provides a pre-configured column pinning component for the grid.

IgcGridToolbarPinningComponent

new IgcGridToolbarPinningComponent(args: any[]): IgcGridToolbarPinningComponent

Returns IgcGridToolbarPinningComponent

tagName: string

Inherited from: IgcBaseToolbarColumnActionsDirective

get columnListHeight(): string

Returns string

Sets the height of the column list in the dropdown.

set columnListHeight(value: string): void

Parameters

  • value: string

Returns void

Inherited from: IgcBaseToolbarColumnActionsDirective

get overlaySettings(): IgcOverlaySettings

Returns IgcOverlaySettings

Sets overlay settings

set overlaySettings(value: IgcOverlaySettings): void

Parameters

Returns void

Inherited from: IgcBaseToolbarColumnActionsDirective

get prompt(): string

Returns string

The placeholder text for the search input.

set prompt(value: string): void

Parameters

  • value: string

Returns void

Inherited from: IgcBaseToolbarColumnActionsDirective

The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.

MDN Reference

get title(): string

Returns string

Title text for the column action component

set title(value: string): void

Parameters

  • value: string

Returns void

Inherited from: IgcBaseToolbarColumnActionsDirective

addEventListener(type: K, listener: object, options: boolean | AddEventListenerOptions): void

Parameters

  • type: K
  • listener: object
  • options: boolean | AddEventListenerOptions

Returns void

Inherited from: IgcBaseToolbarColumnActionsDirective

removeEventListener(type: K, listener: object, options: boolean | EventListenerOptions): void

Parameters

  • type: K
  • listener: object
  • options: boolean | EventListenerOptions

Returns void

register(): void

Returns void