-
Notifications
You must be signed in to change notification settings - Fork 754
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
Scroller widget only sets width after window resize #937
Comments
Hi @marcusklaas! Was this tested on the scroller widget from the master branch or the last release? There are still some alignment issues with the last release version which hopefully have been fixed. |
I have the same issue too. I use master branch release. |
If I refresh after filter results, layout appears correctly, but the search become extremly slow and I lose filter parameter. |
Hi @ivanny! When the It would be better to trigger I'm working on a fix, but the scroller widget has been having lots of issues, especially cross-browser and will take more time to get these resolved. It has become my new nemesis... I must either tame it, or destroy it! MUWAAHAAAHAA... errr. |
Ahahah, great Mottie! |
there is no need to run sticky headers and scroller widgets, please just use one or the other, not both. scroller = limited height of the table to a container Both support filters and sorter, just don't use sticky and scroller together this is no point and this is not support. |
Hi @TheSin- , thanks for reply. |
Tablesorter is for now, not optimize for large table... For large table, I use SlickGrid. You can find this project on github. https://github.com/mleibman/SlickGrid |
I can confirm that this issue persists after updating to master. |
Thanks @Mottie! Your hard work is much appreciated! 👍 |
When running following code is run on a plain old tables, the width of the columns (neither header nor body) is not set. This happens only after a window resize. Until then, the header and body do not align.
I've browsed through the issues, but haven't found anything describing this. Am I doing something wrong, or could this be an issue with the scroller widget?
The text was updated successfully, but these errors were encountered: