Added missing gridHeight property

This commit is contained in:
Mek
2015-09-19 21:41:38 +02:00
parent 6f6e5c7dd9
commit c4ea7af003
+4
View File
@@ -489,6 +489,10 @@ declare module uiGrid {
* returns the total footer height gridFooter + columnFooter
*/
footerHeight?: number;
/**
* returns or sets grid height in pixels
*/
gridHeight?: number;
/**
* set to true when Grid is scrolling horizontally. Set to false via debounced method
*/