[jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Hi, I am using a jquery plugin called tablesorter. It works fine but I've found a quirk and can't seem to fix it and would love some help if possible. When you sort, the sort works, but for some reason all the hr tags which render a horizontal link end up getting placed at the top of the

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 4:34 PM, West415 malik.robin...@gmail.com wrote: I am using a jquery plugin called tablesorter.  It works fine but I've found a quirk and can't seem to fix it and would love some help if possible.  When you sort, the sort works, but for some reason all the hr tags which

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Thanks for the reply. I don't need the headers to repeat though. I'm trying to have a visual separator between the rows. I don't have to use an hr tag, but the problem is, it tries to sort every row as if there is data there. I'd like it to ignore that row when doing the sort. Any idea?

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com wrote: I don't need the headers to repeat though.  I'm trying to have a visual separator between the rows.  I don't have to use an hr tag, but the problem is, it tries to sort every row as if there is data there.  I'd like it to

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread aquaone
seconded. Your best bet is to write your own widget that deletes and appends your separators for you on sort. On Thu, Feb 25, 2010 at 15:33, Nathan Klatt n8kl...@gmail.com wrote: On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com wrote: I don't need the headers to repeat