Merge pull request #5911 from Mek7/master

Added missing gridHeight property
This commit is contained in:
Masahiro Wakame
2015-09-20 21:47:54 +09:00
+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
*/