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> Copy
<igx-grid-excel-style-filtering [column]="grid1.columns[0]"></igx-grid-excel-style-filtering>
Returns the current column.
Sets the column.
Gets the maximum height.
Sets the maximum height.
Gets the minimum height.
Sets the minimum height.
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: