I’m using jquery tablesorter 2.0.5, and would like to be able to have the sort order be removed on the third click (return to initial state)?
Is this possible using tablesorter?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Disclaimer: I’ve never used this plugin before and this is totally untested but based on the documentation found here. It looks like something like this may work. At least this should help you along.
Edit: After reading over your question again I realized that this approach would only work if the data in the first column was already sorted before calling tablesorter(). Check out this answer where the poster suggests to clone the table before ever calling tablesorter(). I think this may be what you’re really after.