Re: [jQuery] JQuery tablesorter problem

2010-02-12 Thread ramesh dhage
On 2/4/10, Nagaraju man25...@gmail.com wrote: I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one column in sorting/header showing following error. o is undefined o.order = o.count = s[1];

[jQuery] JQuery tablesorter problem

2010-02-04 Thread Nagaraju
I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one column in sorting/header showing following error. o is undefined o.order = o.count = s[1]; (jquery.tablesorter.js at line 421) Please suggest me fix for this

Re: [jQuery] JQuery tablesorter problem

2010-02-04 Thread aquaone
Please provide the code you're using to invoke tablesorter. It's likely a syntax error. On Thu, Feb 4, 2010 at 05:36, Nagaraju man25...@gmail.com wrote: I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one

[jQuery] Jquery tablesorter problem

2009-01-11 Thread varun
Hi I was trying to use jquery table sorter plugins: when ever I use it like : table id=table1 cellspacing=1 class=tablesorter //row and column here /table and jquery: $(#table1) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $(#pager)}) It works