On 2/4/10, Nagaraju 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.tablesorter.js at
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 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/
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
Hi
I was trying to use jquery table sorter plugins:
when ever I use it like :
//row and column here
and jquery:
$("#table1")
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")})
It works fine..
how ever if i use :
//row and column here
a
4 matches
Mail list logo