You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the gridOption's expandableRowHeight attribute to 500 but it still seems to use the default 150px.
Looking into the issue further, it seems the ExpandableRowHeight is set correctly but the inner table's height does not change appropriately. If I set the expandableRowHeight to 100, the sub table actually overlaps the next row. If I set it to 500, there is a ton of white space after the sub table.
The text was updated successfully, but these errors were encountered:
PaulL1
changed the title
ExpandableRowHeight now working
ExpandableRowHeight not working
Jan 14, 2015
expandableRowHeight will set the height of expanded row and its height will be fixed. Its upto user to then properly format the template inside expanded row. Unfortunately its limitation right now taht we can not have variable height for expanded rows. As suggested by @PaulL1 please check #2300 for more details.
@PaulL1@jpuri Do you know how can I increase height of div.ng-scope.scrollFiller? because the height of div.ng-scope.scrollFiller is to 152px and my expandable template height is 700px which makes the second row expandable button appear in middle like attached image.
I set the gridOption's expandableRowHeight attribute to 500 but it still seems to use the default 150px.
Looking into the issue further, it seems the ExpandableRowHeight is set correctly but the inner table's height does not change appropriately. If I set the expandableRowHeight to 100, the sub table actually overlaps the next row. If I set it to 500, there is a ton of white space after the sub table.
The text was updated successfully, but these errors were encountered: