-
Notifications
You must be signed in to change notification settings - Fork 124
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
ColorByValue #175
Comments
Probably I have to fix something in core.py. I guess in the mouse_wheel definition. But I cannot fix the problem def mouse_wheel(self, event): |
Is there an error message appearing when you try to scroll. |
no error at all |
I have the same bug when scrolling my table |
I can't replicate this. It must be related to the specifics of your table. I'd need more details. |
Its just a very large dataframe where in a specific column i have some cells painted red, when i scroll down the marked area doesn't scroll with it, just stay in place and marks new cells |
how big is very large? |
4000x150 |
Hi,
when I set the column colour by value if The table is very long and I need to scroll down with the mouse, the colours are wrongly shown! any idea?
Ps SUPER script, Thanks!!!
The text was updated successfully, but these errors were encountered: