Skip to content

Commit c4ea7af

Browse files
committed
Added missing gridHeight property
1 parent 6f6e5c7 commit c4ea7af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui-grid/ui-grid.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ declare module uiGrid {
489489
* returns the total footer height gridFooter + columnFooter
490490
*/
491491
footerHeight?: number;
492+
/**
493+
* returns or sets grid height in pixels
494+
*/
495+
gridHeight?: number;
492496
/**
493497
* set to true when Grid is scrolling horizontally. Set to false via debounced method
494498
*/

0 commit comments

Comments
 (0)