I don't know if this will solve the problem to you, but it did to me. I just
changed my script from something like:
$(document).ready(function() {
$("table")
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")});
});
to
$(document).rea
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
~ BigDog
I really wish you'd posted a clue to how you fixed this BigDog, I'm been
wrestling with it for hours :(
--
View this message in context:
http://old.nabble.com/JQuery-%2B-TableSorter-%2B-TableSorterPager-%2B-%28Container-%21%3D-Div%29-%3D--undefined-error-tp15580200s27240p27370491.html
Hi folks,
Using jquery's tablesorting, I've been trying to sort a table that
contains data loaded dynamically/programatically using DWR's addrows
method. The sorter would sort any column I pick but could only do so
in one direction ( i.e. descending order only, not toggable between
asc/desc ) a
Hey guys,
wondering if anyone has experience this before. I'm a sys admin for a
web dev company and have multiple servers in different locations. this
morning domains on different servers stopped behaving the way the
should because the tablesorter plugin was deleted because the
antivirus on both
Just a quick question. I'm trying to combine mutliple tablesoter
options but I'm not able to combine the functions. I'm new to the
Jquery/Javascript arena and haven't been able to find any examples on
the web.
Part 1
Code:
$(document).ready(function() {
$("#draftlist").tablesorter({
Hello
I am using tablesorter + pager and almost everything works fine. I got one
small problem. When i sort table sometimes height of the table changes
(because some values in columns are bigger and need 2 rows to display them)
but the position of the div containing pager does not change. It wor
I have a question about the Tablesorter plug-in ( http://tablesorter.com/docs/
). Right now, the first click
sorts ascending, and second click sorts descending. Is there a way to
make
the first click sort descending?
Cheers,
SSK
Hello all,
I'm using jQuery tablesorter to sort the content of my table. the
row are highlighted and I'm no using the 'zebra' widget. The table id
is : admin_table, and the code look like this :
$("#admin_table").tablesorter();
$("#admin_table tr:odd").addClass("odd"); //add the odd class t
jquery tablesorter documents are not visible as perfect and seems to
upadate.
I tried to make demo with assign a id for a table and added content
using thead and tbody. Sorting start working but asc/desc images are
not appearing. I got the issue after explore the other examples online
and resolve
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
Hi All,
I have been trying to use the table sorter but not sure why this error
pops up :
jQuery("#myTable").tablesorter is not a function
Hello,
I have just started to use the jquery tablesorter and really like it.
Since I'm really new to jquery can someone tell me if there is a
parser or something that will allow me to sort a column which has "#name#
Hi
I've got a table with a column with numeric values but it doesn't sort
right. Its all made in coldfusion. I would like to sort the Column:
"Gefahrene Kilometer". There are all Number in there.
Here my example:
SELECT DISTINCT *
FROM mod_reise_auto LEFT JOIN mod_reise_kategorien ON rau_kat
I've recently installed the TableSorter widget for jquery. It all
worked fine, so I tried to go one step further, by installing the
pager plugin for TableSorter.
The problem I have is that the div called 'pager' appears on top of my
table (at the bottom), instead of under the table, where I would
I have a complex table header that contains multiple elements in
the . An example is at http://donpoo.net/jquery/. The table
renders okay but sorting doesn't work correctly. Clicking on the
"Latency (ms)" column in the "Totals" group results in the column "Ops/
s" in the "Read" group to get sorte
I've followed all of the instructions on the jQuery tablesorter website, but
the Tablesorter refuses to show up on Firefox 2.0.0.11 on Linux.
Unfortunately, I can't give links because the table is in the site's admin
panel. So, help?
-soren121
ToonCity News (tcn.uni.cc)
--
View this message in
Hi Everybody
initially I am new i english. I hope i can tell my problem correctly
and i hope you can solve my problem. jQuery tablesorter plugin works
fine and eveythinf is ok except only one a big boring problem. I am
from turkey and we use a turkish alphebet (iso-8859-9).Some characters
(Ü Ğ İ Ş
20 matches
Mail list logo