[jQuery] Re: Using TableSorter with hide()/show() on table rows

2007-04-14 Thread David Hucklesby
On Fri, 13 Apr 2007 10:53:49 -0700, Chris W. Parker wrote: > > Hello, > > Is there anyway to tie rows in a table together so that when TableSorter > sorts the > table it will always keep the rows together and in the same order? > By tying them together via an additional column to sort by, perhap

[jQuery] Re: Using TableSorter with hide()/show() on table rows

2007-04-13 Thread Daemach
Speaking of custom code, how is the demi-awesome Matt Kruse tablesorter/filter/pager/gogetmeabeer jquery plugin coming? :) On Apr 13, 11:02 am, "Matt Kruse" <[EMAIL PROTECTED]> wrote: > One approach would be to put connected rows in separate tbody tags, > then sort the tbody objects based on the

[jQuery] Re: Using TableSorter with hide()/show() on table rows

2007-04-13 Thread Matt Kruse
One approach would be to put connected rows in separate tbody tags, then sort the tbody objects based on the first tr in the tbody. This would be a specialized way of sorting, though, and you would probably need to write some custom code to accomplish it. Matt Kruse On Apr 13, 12:53 pm, "Chris