-
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
Row size not constrained between "Scrollable" and "Pinned" #33
Comments
Hi, in my case, I resolve this by adding 2 lines: (Replace the function setCellHeights(original,copy))
|
I have fixed this issue by a simpler method, which is to modify the same method, but omit
|
Sorry my previous answer is incomplete and doesn't handle all cases. I have created a fork to fix this issue. Works for me now. |
I've got just a few tables that I'm having issues with....it seems to happen only when the first column, which stays pinned has more information than the following columns, which are scrollable.
In this instance, the columns that are scrollable - their rows seem to move up to accomodate for the information presented - regardless of how that affects the associated row in column 1. So - the information in the scrollable columns isn't matching up correctly to the information in the pinned column - and ends up cutting off several cells in the first column.
You can see from the image that I've uploaded that there should be 4 rows (the alternating colors should give you a clue) and as you can see - only 2 images in the first column are showing up - even though there are supposed to be 4.
The text was updated successfully, but these errors were encountered: