-
Notifications
You must be signed in to change notification settings - Fork 132
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
Doesn't calculate rows that use colspan properly. #36
Comments
+1 |
1 similar comment
+1 |
Ack. Anyone have a patch for this yet? |
Same problem, anyone have a solution? |
This is not the best way but this works for me. $(document).ready(function() {
}; $(window).load(updateTables);
function setCellHeights(original, copy) {
} }); |
When the table gets split into two, the column on the left will retain the row that contained the colspan. However the table on the right will be missing the row entirely which causes the two table to be out of sync.
The text was updated successfully, but these errors were encountered: