You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: mark a row as non-sortable so when a column is sorted this row will keep its position.
For example, mid-table headers or a footer.
Thanks,
The text was updated successfully, but these errors were encountered:
I know this isn't exactly what you were looking for, but the documents page has an interesting way of approaching this problem. If you look at this page http://mottie.github.com/tablesorter/docs/ and scroll down you'll see there is both a mid-table header and a footer. The mid-table header is another <tbody> which has the class class="tablesorter-infoOnly" and while it acts as a mid-table header, the content below it ceases to be sortable.
Additionally, to achieve the footer you see on that page you can simply declare <tfoot><tr><td></td></tr></tfoot> where tr, td are elements of the table like any other entry. Don't forget to style it!
Actually @Tasoli, the rows below the "mid-table header" are also sortable, but sort separately from the previous group (separate tbodies). Check out the sorting multiple tbodies demo.
Feature request: mark a row as non-sortable so when a column is sorted this row will keep its position.
For example, mid-table headers or a footer.
Thanks,
The text was updated successfully, but these errors were encountered: