-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Table always take the max height of container div #102
Comments
Hello, I had the same problem. I solved it by using the custom theme. For the rows set table: grid-template-rows: 50px. And the header HeaderCell: height: 50px for example. Whether it's the perfect solution I don't know, but it works for me. |
I tried it and it didn't work. Did you use |
Thank you, this is certainly better than nothing. But there are 2 issues with this approach:
Neither of these issues were there earlier as mentioned in #159, so this may be considered a regression. @rwieruch it would be great to get a fix for this. |
Basically, even if the table has only 2 rows, all the container space will be occupied and the header + 2 rows will each be very big in height(1/3 of the container each). I'm using tree table, is there a way to prevent this or specify a fixed height for each row(and header too)?
The text was updated successfully, but these errors were encountered: