Skip to content
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

Fixing row height when cloning the original table #21

Closed
wants to merge 8 commits into from
Closed

Fixing row height when cloning the original table #21

wants to merge 8 commits into from

Conversation

seriouslysean
Copy link

Calling $(this).height(height[index]) doesn't do anything as height() doesn't accept any arguments. I switched it to $(this).css('height', heights[index]+'px'); for the original and the copy so that both rows match in height when the pinning takes place.

@seriouslysean
Copy link
Author

As far as I can tell, this will solve #15 and #18 (including this issue, #21) once it is merged.

@codekipple
Copy link

Brilliant, thanks!

This fixed my pinned table height mismatch problems.

@mfenniak
Copy link

This patch is fantastic @seriouslysean. Thank-you. Looks like nobody is maintaining this project though.

NicholasRBowers added a commit to NicholasRBowers/responsive-tables that referenced this pull request Apr 15, 2015
Fixes issues:
- zurb#15
- zurb#18
- zurb#21

NOTE:  I could not pull the PR manually, as the the changes were from an "unknown repository". Credit for this commit should go to https://github.com/seriouslysean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants