Exclude tfoot from Tablesorter?
I'm using the JQuery Tablesorter plugin (jquery.tablesorter.min.js) and I need the last row to be excluded from the sorting, so I added that row in tfoot:
- <tfoot><tr><td>Static row</td></tr></tfoot>
After doing this, the row is still included. How come this happens?
Do I need to do any adjustments to the plugin?
I need to last row to always have the same position, and stay at the bottom.