We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I can not seem to get the updateAll method to run properly on a page where tablesorter widgets are present.
For example, the updateAll method breaks when you add the following to line 19 of example-update-all.html:
<script src="../js/jquery.tablesorter.widgets.js"></script>
It does not matter if widgets are configured for a tablesorter instance. As long as the widgets.js file is present, the method does not seem to work.
The text was updated successfully, but these errors were encountered:
Sample code: http://54.244.112.173/temp/tablesorter/example-update-all.html
Tablesorter breaks when the "Modify the entire value column" link is clicked.
Sorry, something went wrong.
Thanks, I'll fix this in the next update.
Edit: basically the problem is that the "uitheme" widget is removing the "tablesorter-blue" class name from the table.
Thanks Mottie! I appreciate the quick response!
7c5a85c
No branches or pull requests
I can not seem to get the updateAll method to run properly on a page where tablesorter widgets are present.
For example, the updateAll method breaks when you add the following to line 19 of example-update-all.html:
It does not matter if widgets are configured for a tablesorter instance. As long as the widgets.js file is present, the method does not seem to work.
The text was updated successfully, but these errors were encountered: