Skip to content

Commit c5b0528

Browse files
Mtihova/fix 14450 master (#14814)
1 parent d184b99 commit c5b0528

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-filtering.component.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,16 @@ export class IgxGridExcelStyleFilteringComponent extends BaseFilteringComponent
221221

222222
/**
223223
* Gets the minimum height.
224+
*
225+
* Setting value in template:
226+
* ```ts
227+
* [minHeight]="'<number><unit (px|rem|etc..)>'"
228+
* ```
229+
*
230+
* Example for setting a value:
231+
* ```ts
232+
* [minHeight]="'700px'"
233+
* ```
224234
*/
225235
@Input()
226236
public get minHeight(): string {
@@ -248,6 +258,16 @@ export class IgxGridExcelStyleFilteringComponent extends BaseFilteringComponent
248258

249259
/**
250260
* Gets the maximum height.
261+
*
262+
* Setting value in template:
263+
* ```ts
264+
* [maxHeight]="'<number><unit (px|rem|etc..)>'"
265+
* ```
266+
*
267+
* Example for setting a value:
268+
* ```ts
269+
* [maxHeight]="'700px'"
270+
* ```
251271
*/
252272
@Input()
253273
@HostBinding('style.max-height')

0 commit comments

Comments
 (0)