If you can't or don't want to add a table footer, you can pass the sorter a selector that excludes the last row. The last sorter I looked at didn't allow you to pass the selector in so I had to modify the source.
On Jul 31, 10:08 pm, aquaone <aqua...@gmail.com> wrote: > <tfoot>http://www.w3schools.com/tags/tag_tfoot.asp > > On Fri, Jul 31, 2009 at 07:36, Razor M <haxor1...@gmail.com> wrote: > > > Is it possible to do some changes so that the bottom row will not be > > included while doing the sorting? > > > Suppose I have totals in the bottom row, so I do not want that row to > > be > > sorted while using the table sorter through jquery. > > > Please let me know if it can be done.