Skip to content

ExpandableRowHeight not working #2551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
flea19 opened this issue Jan 14, 2015 · 4 comments
Open

ExpandableRowHeight not working #2551

flea19 opened this issue Jan 14, 2015 · 4 comments

Comments

@flea19
Copy link

flea19 commented Jan 14, 2015

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.

@PaulL1 PaulL1 changed the title ExpandableRowHeight now working ExpandableRowHeight not working Jan 14, 2015
@PaulL1
Copy link
Contributor

PaulL1 commented Jan 14, 2015

This may be a duplicate of #2300 (I just changed the title to make it easier to find). @jpuri, do you think they're the same?

@PaulL1 PaulL1 added this to the 3.0 milestone Jan 14, 2015
@jpuri
Copy link
Contributor

jpuri commented Jan 15, 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.

@kevin-sage
Copy link

I noticed this same issue this weekend while looking at the changes I was working on. I am trying to track down the root cause of it.

@PaulL1 PaulL1 modified the milestones: 3.1, 3.0 Mar 28, 2015
@sohampshetty
Copy link

sohampshetty commented Jul 19, 2017

@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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants