-
Notifications
You must be signed in to change notification settings - Fork 753
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
StickyHeaders: widget doesn't update sticky header class names after sorting #1306
Comments
Ping |
ping |
Hi @sanex3339! Sorry for not responding earlier... I was on a month-long vacation and I got back a little over a week ago. In a rush to catch up, I thought I responded to this issue since it is related to #1313. Once I get settled, I will start working on tablesorter issues again. Sorry for the delay! |
Thank you |
So, we found problem. In special sticky table all header This problem can be reproduced in this demo: https://jsfiddle.net/wty134u7/58/ In our project we have following styles:
So, this styles works fine in main |
Ok, now I'm even more confused. The demo does have the What is the |
We have any 2 cells in sticky table, Now click on |
Thanks! I see the problem now! |
thanks! |
Hi, i got following problem - StickyHeaders widget doesn't update sticky header class names after sorting.
I look at widget source code and looks like event on this line not triggered:
https://github.com/Mottie/tablesorter/blob/master/js/widgets/widget-stickyHeaders.js#L213
For test i replaced
'pagerComplete' + namespace
event onclick
event and class names became changing.code:
The text was updated successfully, but these errors were encountered: