Returns the current column.
Sets the column.
Gets the maximum height.
Setting value in template:
[maxHeight]="'<number><unit (px|rem|etc..)>'"
Example for setting a value:
[maxHeight]="'700px'"
Sets the maximum height.
Gets the minimum height.
Setting value in template:
[minHeight]="'<number><unit (px|rem|etc..)>'"
Example for setting a value:
[minHeight]="'700px'"
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: