is it possible to insert a row into tablesorter that would always appear first no matter how you sort it, and would have its own custom css settings for that one row?
Thank you 🙂
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.
Yes, that’s very simple – tablesorter won’t sort anything within the
<thead>:As far as CSS goes, either give the “special” row a separate class, or use
thead tr:last-child.