[jQuery] Re: sorting a table

2009-05-11 Thread aquaone
tablesorter does not support this. You will need to use a different plugin or change the structure of your table (e.g. move the edit functionality to another in the same ). On Fri, May 8, 2009 at 19:40, williamstam wrote: > > each "row"has a row beneath it with a "menu" part to edit / view the

[jQuery] Re: sorting a table as a list?

2008-11-17 Thread magoldfish
Thanks for the parsing tip. The other part of the story is displaying the table as a two-column list where table headings are repeated vertically. This is different than the standard table layout where one has a header row then data rows. Any tips on "transposing" the table from hdr1 hdr

[jQuery] Re: sorting a table as a list?

2008-11-17 Thread aquaone
You can just write your own parser for tablesorter . stephen On Mon, Nov 17, 2008 at 09:54, magoldfish <[EMAIL PROTECTED]> wrote: > > > Hi, I'm learning jquery and I'm stumped on a table sorting problem. I have > inherited a web page with an HTML table of contact i