Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfooter row styling issue #600
Comments
|
Your example gets stuck at building for some reason, have tried to open it but haven't been able to. However, based on the description, I believe the problem is because you're putting the border on the We apply sticky styles directly to
This means that you'll have to apply the styles directly to cells for them to work, unfortunately We should cover this in the "styling the table" section in the docs. |
I'm running into an issue with footer rows, I narrowed it down a bit and created a twiddle for it
https://ember-twiddle.com/24a4b9210f35029a0000cb459ffdea6f
The issue is that there is a 1px space between the footer rows and the table rows can be seen in the gapas you scroll down the table. It seems to happen when you are also using the ember-bootstrap addon and have a border set on tr and set a max size on the table.
I assume it has to do with how the bottom of the td is calculated in this scenario. In the twiddle, td has a bottom of 21px, when i change it to 20px then the gap goes away