Discussion:
JQuery tablesorter problem
Nagaraju
2010-02-04 13:36:08 UTC
Permalink
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

Regards
Nagaraju P
aquaone
2010-02-04 18:20:17 UTC
Permalink
Please provide the code you're using to invoke tablesorter. It's likely a
syntax error.
Post by 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
Regards
Nagaraju P
Nagaraju
2010-02-09 11:43:13 UTC
Permalink
Hi Aquaone

I am using Version 2.0.3
Post by aquaone
Please provide the code you're using to invoke tablesorter. It's likely a
syntax error.
Post by 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
Regards
Nagaraju P
ramesh dhage
2010-02-09 10:07:23 UTC
Permalink
Post by 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
Regards
Nagaraju P
Loading...