Class IgxGridExcelStyleFilteringComponent

A component used for presenting Excel style filtering UI for a specific column. It is used internally in the Grid, but could also be hosted in a container outside of it.

Example:

<igx-grid-excel-style-filtering
[column]="grid1.columns[0]">
</igx-grid-excel-style-filtering>

Hierarchy

Hierarchy

  • BaseFilteringComponent
    • IgxGridExcelStyleFilteringComponent

Implements

  • AfterViewChecked
  • OnDestroy

Constructors

Properties

element: ElementRef<HTMLElement>
mainDropdown: ElementRef<HTMLElement>

Accessors