Class IgxGridToolbarPinningComponent

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

Igx Module

IgxGridToolbarModule

Igx Parent

IgxGridToolbarComponent

Example

 <igx-grid-toolbar-pinning></igx-grid-toolbar-pinning>

Hierarchy

Hierarchy

  • BaseToolbarColumnActionsDirective
    • IgxGridToolbarPinningComponent

Constructors

Properties

buttonText: string
checkAllText: string
closed: EventEmitter<ToggleViewEventArgs> = ...

Emits an event after the toggle container is closed.

closing: EventEmitter<ToggleViewEventArgs> = ...

Emits an event before the toggle container is closed.

columnDisplayOrder: ColumnDisplayOrder = ColumnDisplayOrder.DisplayOrder
columnListHeight: string

Sets the height of the column list in the dropdown.

columnToggle: EventEmitter<IColumnToggledEventArgs> = ...

Emits when after a column's checked state is changed

columnsAreaMaxHeight: string = '100%'
filterCriteria: string = ''
hideFilter: boolean = false
indentetion: number = 30
opened: EventEmitter<ToggleViewEventArgs> = ...

Emits an event after the toggle container is opened.

opening: EventEmitter<ToggleViewCancelableEventArgs> = ...

Emits an event before the toggle container is opened.

prompt: string

The placeholder text for the search input.

title: string

Title text for the column action component

uncheckAllText: string

Accessors

Methods