-
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
Sort not working when custom selectorHeaders #1459
Comments
Hi @brynmrk! There does appear to be an error. I'll need spend some time to find the problem. Thanks for reporting it! |
This has been fixed in the master branch... I still have a little work to do before the next release. Here is a demo of it working - http://jsfiddle.net/856bzzeL/1223/ Note that the |
Hi @Mottie, just bumping on this since I just realized that the icon in the span doesn't change, even on your jsfiddle demo. |
Wow, that's odd. I could have sworn it was working. I wonder what happened. |
Ok, it should be working now (master branch update)... try the same demo above. |
I just tested it again and it's working for me. Are you seeing any errors in the console? Check the demo in a different browser. |
Forgot to check the console, yes it's showing error on the css part since it's not using https. It's working now, Thanks 👍🏼 |
Fixed in v2.29.2. |
Hi, first thanks for this wonderful plugin. I've got a problem about sorting when I set my own selectorHeaders. Can't find any other issues related to this.
Here is my code for initialization,
count_header_index = $("#summary_count_header").index() $(".tablesorter").tablesorter({sortList: [[ count_header_index, 1 ]], selectorHeaders: "> thead th span, > thead td span"})
The text was updated successfully, but these errors were encountered: