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
Hi Aquaone
I am using Version 2.0.3
On Feb 4, 11:20 pm, aquaone wrote:
> 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 ha
I know practically nothing about javascript, so maybe this is just a simple
matter of incorrect syntax.
The following code works for making a table sortable:
$(function() { $("#team_loses").tablesorter({
widgets: ['zebra'], headers: {2: {sorter: 'rank'}, 6:{sorter: false},
7:{sorter: false},
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 2ALL... I've a tablesorter with attached pager plugin on my page
with links 'Details' in the one of the cell. Links have a
class='lightwindow' and after clicking is rising up a LightWindow
script with a window. So it work's vell on the First Page .. when i
click Next Page on SortTable.Pager and
Hi,
I'm using Tablesorter (great app) & it's sorting everything just fine except
a column of odd data.
The column of data looks like this:
$20
$25 - $300
$40
$2 - $30
Each cell value is either a dollar amount or range of 2 figures. I want the
data to be sorted with the largest number in each c
Hi,
I'm using Tablesorter (great app) & it's sorting everything just fine except
a column of odd data.
The column of data looks like this:
$20
$25 - $300
$40
$2 - $30
Each cell value is either a dollar amount or range of 2 figures. I want the
data to be sorted with the largest number in each c
Hello,
I use tablesorter plugin version: 2.0.3.
I would like to sort my table which contain rowspan and colspan in thead but
it doesn't work...
Name
Email
Age
The table is produced by the following code which correctly produces
the table.
$result = "IDTypeValue ";
while($row = mysql_fetch_assoc($query)) {
$result .= "".$row
['ID']."" .$row
['type']."".$row
['data']." ";
$result.= "Description: " .
$row['description']."";
}
$result .= "\n";
$result .= "1
---
> >> T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4
> >> Steffan A. Cline
> >> stef...@execuchoice.net Phoenix, Az
> >> http://www.ExecuChoice.net USA
> >> AIM : SteffanC ICQ : 57234309
> >> YAHOO : Steffan_Cline MSN : stef...@hldns.com
> >> GOOGLE: Steffan.Cline Lasso Partner Alliance Member
> >> ---
> >>
> >
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Announce%3A-jQuery-Tablesorter-2.0.2-Released-tp16052470s27240p27026571.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
>
>
ICQ : 57234309
>> YAHOO : Steffan_Cline MSN : stef...@hldns.com
>> GOOGLE: Steffan.Cline Lasso Partner Alliance Member
>> ---
>>
>
>
>
--
View this message in context:
http://old.nabble.com/Announce%3A-jQuery-Tablesorter-2.0.2-Released-tp16052470s27240p27026571.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Hi DaMook were you able to fix that bug?, I just include the debugger as
indicated in:
http://tablesorter.com/docs/example-option-debug.html
but the desired column is detected as text instead of digit, it's very
strange, I haven't been able to fix it yet.
Regards,
DaMook wrote:
>
> Could any
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
Hello,
I'm totally new to using Tablesorter, for the most part. I have used
it for static content and it's worked great. The problem I'm running
in to is I would like to use a popup menu to choose which table to
display but the sorting does not seem to work. It displays the table
but I cant sort an
Hi,
I'm using this plugin and need to filter the date, but am having
difficulties. Do you know how I would sort dates in the format mm/
?
Thanks
Nevermind. My original approach worked. I had just forgotten to use th tags
instead of td tags in the thead section of the table in my AJAX call. Silly
mistake.
aquaone wrote:
>
> try:
> $('#mainContent').html(data).find('#ratesTable').tablesorter();
>
>
>
> On Mon, Nov 9, 2009 at 20:38,
Hey, I got the click to work - syntax error, however, it still doesn't seem
to want to sort correctly on the Months
Where in the script does it actually do the sorting? It actually doesn't
seem to be sorting in any apparent order, kind of random like. Is this the
right return format: mmdd?
thank you!!!
For some reason now i cant get the click function to work on the headers -
any ideas?
MorningZ wrote:
>
> here you go:
>
> http://jsbin.com/enata/edit
>
> Keep one major thought in mind with this awesome plugin:
>
> it's not very smart (it tries, but in the end, it can only ac
try:
$('#mainContent').html(data).find('#ratesTable').tablesorter();
On Mon, Nov 9, 2009 at 20:38, sumdog wrote:
>
> Hey there,
>
> I've read through several AJAX+tablesorter posts and am still a little
> confuzzled on this. I am loading an entire table into a div like so:
>
>
>Loadin
I've been trying to get this parser I've customized to work, but I'm not sure
about the syntax... would this be easier to help me with/is this on the
right track?
ts.addParser({
id: "shortDate",
is: function(s) {
return /\d{2,}[\s]\w{4,}[\s]
thank you very much MorningZ... Any kind of example would be great!
--
View this message in context:
http://old.nabble.com/tablesorter-help---sort-by-date-wont-work%21-tp26286016s27240p26286785.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
Hi I'm using www.tablesorter.com's implementation of a sort table, however it
does not seem to recognize my client's preferred date format (10 November
2009).
Day Month Year - 10 November 2009
[CODE]
$(document).ready(function()
{
$("#oldArticles").tablesorter( {sortList
Hey there,
I've read through several AJAX+tablesorter posts and am still a little
confuzzled on this. I am loading an entire table into a div like so:
Loading...
$(document).ready( function() {
$.get('/ajaxRates',{},
function(data) {
$('#mainContent').
I have read the posts concerning tablesorter and ajax and have tried
the tips but to no avail.
I have a div container that is used to specify where the table I
retrieve via ajax is placed $("#div_reveal").html(AjaxResponse).
I have tried to add an onSuccess function to update the table function
Hallo all.
I'm using the tablesorter 2.0 plugin and I found it marvellous.
I have a question about the sorting algorithm.
Imagine that i got a table with 2 columns with text content: column A
and column B
When i first order column A I click on the header and the content is
sorted in ascending o
Hi folks,
I'm using the awesome tablesorter plugin and I have one question:
1. is it possible to have a row not be part of the "sorting"?
For example, I'd like to have a table, where the first row under the
headings, is always on top, and doesn't change positions when one of
the headings is sor
found this :
http://stackoverflow.com/questions/437290/exclude-a-column-from-being-sorted-using-jquery-tablesorter
which is exactly what I needed however when pasting it into my test
web page I get line 16 parse error (missing before statement).
I have no previous experience of knowledge of
Hi everybody,
I started using the great tablesorter 2.0 plugin. In one of my tables
all but two columns should be sortable. I use the following code to
achieve this:
$(function() {
$("#spiele").tablesorter({sortList:[[1,1]], locale: 'de',
headers:
{
// assig
Hello guys,
I have hard time trying to create a custom parser for tablesorter.
Basically I have a table with a list of projects, each project has a
status (an integer 1 to 7) but in the table itself I want to display
the status meaning (1=submitted, 2=approved and so on ...) so I'm
trying to creat
I am sure I am overlooking something simple, but can't seem to find
the needle in the haystack.
I am parsing an XML file and extract 2 parameters
These are put in a sortable table as I did for some many other tables
now.
Sorting on names works like expected.(first column)
sorting on numbers (se
Hello guys,
I have hard time to use tablesorter 2.0 with a javascript div update.
I have tried it in several ways (using default Rails rjs file or all
jquery call) but the result is the same: I get parsers[i] is
undefined.
Here what i would like to achieve: I have a list of states
(California, Fl
Hello,
I've just tried out TableSorter: http://tablesorter.com/docs/
And I've also tried tableFilter: http://ideamill.synaptrixgroup.com/?page_id=16
Both are really nice jQuery plugins, however it looks like tableFilter
development has stopped somewhere around mid 2007.
There are some featur
Hello, I've created dynamic table using tablesorter and the sort
function works fine at first. The problem occurs when I want to sort
new data.
To make it clearer here's the flow:
1. Generate data, display on table
2. Sort works fine
3. Remove all data row, generate new data, display on table
4.
Anyone familiar with this plugin? The docs say that it supports
colspans but it doesn't appear to do so. The script has a
checkCellColSpan function defined but it is never invoked. I really
need colspan support.
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
When I sort on multiple columns, I would like there to be a difference
in color between the primary column and the secondary column. Any
ideas how I can achieve that? Didn't find anything special about
secondary columns in the DOM I could use in CSS.
Ok, I can't figure this out...
The default sort (when clicking on any of the headers in the
tablesorter table) is ascending.
Now, I want to change that to descending for ALL columns, not just the
initial sort column (defined in sortList). I've tried editing
sortInitialOrder parameter in the .js
- Why is the tablesorter's page display set as an input field instead of
just a plain text? I don't think it's a good user interface for showing the
page display especially when editing it has no use. Even if you can set the
field as disabled, it's still not the right way to display suc
Using the Tablesorter plugin, I would like to be able to force
ascending or descending ordering on a column whenever it is clicked
after the table was previously sorted by another column. For example,
suppose that at some point in time column A is sorted ascending and
then I go and sort by column
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({
Hi!
I'm using this plugin http://tablesorter.com/docs/ but have some
trouble with sorting my dates.
I want to have them show like this:
12 januari
29 januari
12 april
29 april
12 maj
29 maj
I've figured I probable need to write a new parser for this but I'm
not quite sure how. Anyone good at thi
While sorting a table with the Tablesorter plugin, I'd like to have a
table cell within an interior column use the rowspan attribute (the
result being this column has only a single value). I can't figure out
how to use it however. The docs I saw (http://lovepeacenukes.com/
tablesorter/2.0/docs/) g
I have two custom parsers, one works on one column but not on another.
The second parser is working fine.
Example:
http://jquery.magiclamp.net/tablesorter.html
Cols 2 and 3 have the exact same data, use the same parser, and yet
sorting on col 2 works but sorting on col 3 returns
Sorting on 3,N
In using Tablesorter plugin, I have run into an challenging issue.
What I am looking to do is group certain rows in a single table into
two different groups, have a blank row between them and be able to
sort based on columns that apply to both groups of rows but without
the rows from one group ac
10
20
30
40
--
View this message in context:
http://www.nabble.com/jquery-tablesorter-%2B-pager-not-working-together-tp24807424
Hi, I am new to jquery and tablesorter. Please help me with this.
I have my table that displays counts. When users clicks on the count
they are taken to another window.
I need to sort my columns by that count, i.e numeric sort. How would
I do that?
P1
P2
42
9
45
789
I am the one who buil
I have data that looks like that
23
9
I need it to be sorted numericaly by values between >. How do I
do that?
For an app I'm making I have a table with one always visible column, then you
can view 5 more, any extra columns are hidden. The 5 are selectable so that
you can choose which 5 you want to see.
This all works great except that I need to move the columns so that the
order of the columns is the sa
This works fine when i just use tablesorter but when I add pager
plugin code , it doesnot work properly.
What happens : When I click on the header to sort, it displays me a
just the header row
What should be done : ...
Following is the code,
$(document).ready(function()
{
$(document).ready(function()
{
$("#myTable").tablesorter( {sortList: [[0,1], [1,1]]}, debug:
true )
.tablesorter({widthFixed: true, widgets:
['zebra']})
.tablesorterPager({container: $
("#pager")});
}
);
Ok, I have tried to solve this issue for few hours without any
success. I have latest Jquery, TableSorter and Pager files. This is
whats going on. when I use table headers to sort its working flawless
but when I use Pager (at the bottom, page navigation and table size) I
am getting Javascript
Hi everybody,
I'm using the tablesorter plugin with the zebra widget and I've run
into an
issue with IE7/IE8. I'm setting a number of tablerow (tr) elements to
invisible and then run a tablesorter update + appendCache action to
make
sure the zebra widget picks up on the changed structure of the
tablesorter isn't sorting numbers correctly. I have the latest jQuery
(1.3.2) and tablesorter (2.0.3).
from http://abitibi.sbgrid.org/:
I am turning on tablesorter on *all* tables using:
$(document).ready(function() {
$("table").tablesorter();
});
Then my tables have no other c
I'm using tablesorter to display a list of my search results.
I want to be able to sort the viewable results or (depending on whether a
checkbox is checked) go back to my app and sort all of the results.
For example, say I have 2 columns. columnA and columnB.
The user performs a search and find
Hi,
I'm using Tablesorter since few months and it was working very well.
I did a small change yesterday in my php code: numbers over 1000 are now
formatted like this: 1 000, 1 000 000 instead of 1000 or 100.
Since I did this change Tablesorter seems to have problems sorting this kind
of fo
You can accomplish that by using the "headers" property
http://tablesorter.com/docs/#Configuration
On Jun 27, 5:48 pm, SSK wrote:
> 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
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
I'm using tablesorter with the pager plugin. The last cell of each row
in the table contains a checkbox. The user should not be allowed to
check more than 10 rows (out of several hundred); once ten checkboxes
are checked I want to make all the others disabled. Now if I wasn't
using the pager plugi
Hi there,
I have a table, 10 cols, 200 rows. Using tablesorter causes a memory
leak on every page refresh of almost 2mB.
A smaller table causes a proportionately smaller memory leak.
Is there way to clear this memory? I've tried setting inner html of
the table to '', but it makes no difference. Is
I've used tablesorter before. I know its not intended to be
complicated, so I assume I'll want to slap myself when I figure out
how simple the problem was.
when I put other functions in my document.ready they work fine.
from the head tag:
$(document).ready(function(){
This is a double post, at least going to be a double post from in the
jQuery Plugin list. I'm being moderated yet on that list, and it
doesn't seem to get much activity.
--
Hi, I'm going to post this here since the Tablesort
Hola a todos haber si hay alguien que me pudiese ayudar tengo el
plugin tablesorter y essta funcionando lo que pasa es que me duplica
las filas tengo una tabla estructurada de la forma como me indica
unodostres
1
2
3
1
2
3
lo inicializo asi
$(document).ready(function()
Hello, I am trying out the Tablesorter in Wordpress 2.7.1 to make a
membership list sortable. For some reason the sortable features isn't
being enabled (or at least visible). I need help find the culprit.
Here are the steps I've taken so far:
1)
In the header.php file I added the following code
With a tablesorter config that looks something like this:
$("#table").tablesorter({
cssHeader: "sortAble",
cssAsc: "sortAsc",
cssDesc: "sortDesc",
headers: {3: {sorter: 'time'}},
sortList: sortOrder,
widgets: ['zebra'],
widgetZebra: { css: [
HI:
I found tablesorter plugin failed to sort the float if the float is
in scientific notation?
Eg. the tablesorter asc sorted result of float list is :
[ 7e-06,4e-05,0.051116,0.00518,0.0].
I'm using the tablesorter plugin, and have run into a small issue I
can't figure out how to solve:
One of the columns in my table contains titles, some of which are
books, others of which are articles or television episodes. The latter
two start with a double quote (“)...
So, for example, one ce
Hi,
I am trying to use the plugin tablesorter that has a pager, for one
table in a page it works fine, but when I put two tables, the pager
links [next, previous,] for the first table is moved under the
second table.
Please your help is appreciated.
http://www.w3.org/TR/xhtml1/DTD/xhtml1-t
I am using the excellent jquery.tablesorter successfully for a large
number of 40-row tables that live together on one page. So far I'm
very happy with the plugin.
My users also need the ability to apply any column sort they invoke
automatically to *all* tables on the pae. They do not wish to s
Hi,
I have some problems with the tablesorter-Plugin (
http://tablesorter.com/docs/ http://tablesorter.com/docs/ .)
I know, the error "tablesorter is not a function" has been mentioned before.
But the reason, why this message occurres again seems to be different.
One point makes me sure, that
Hello--
Does tablesorter support nested tables? I'm only trying to sort the
outer table, but tablesorter seems confused by tables nested within my
's.
Is it a known issue that tablesorter cannot handle nested tables?
Many thanks!
;
>>>> > We´re use the table sorter script in our systemsbut now we note a
>>>> > problem.
>>>> >
>>>> > After the data load in table...the last line goes to the firt line...
>>>> >
>>>> > You did see this any
rq.net wrote:
>>> >
>>> > Hi guys,
>>> >
>>> > We´re use the table sorter script in our systemsbut now we note a
>>> > problem.
>>> >
>>> > After the data load in table...the last line goes to the firt line..
..
>> >
>> > You did see this any time?
>> >
>> > Can help?
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/JQuery---Tablesorter---move-the-last-line-to-firt-line-tp23451697s27240p2
goes to the firt line...
> >
> > You did see this any time?
> >
> > Can help?
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/JQuery---Tablesorter---move-the-last-line-to-firt-line-tp23451697s27240p23470231.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
>
>
gt;
>
>
--
View this message in context:
http://www.nabble.com/JQuery---Tablesorter---move-the-last-line-to-firt-line-tp23451697s27240p23470231.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
each "row"has a row beneath it with a "menu" part
to edit / view the record etc. using css the menu is set to
display:none. when a user clicks the record jquery does a .show() on
the menu row
is it posible to sort the columns preserving the record row and
menu row (maybe grouping them with a class
Hi all,
I sent an email to the jquery-plugins list before noticing that it
seems to be defunct. I'll quickly try to recreate from memory here...
I tried to get tablesorter to sort a table looking something like this:
One
Two
Four
1
2
3
I am working with tablesorter plugin and pager plugin. I have written
code that looks for a class and decides whether or not to display the
row based on which checkboxes are selected.
Example: if i select the checkbox vehicles, the category id is 4, so
jquery looks in the table for any rows with
Hi,
using tablesorter 2.0.3, when you click on the header of a column that has
been disabled with the "headers" options the "sortStart" event is triggered
but not the "sortEnd". If you show a message on "sortStart" and hide it in
"sortEnd", the message is not hidden.
Is it normal behaviour (as no
Hi everyone,
Simple question: if 'table' is a table on which the excellent
tablesorter plugin is active, can I rely on the following statement
$("#table").each( /* function goes here*/);
iterating over the rows of the table in their *current* order? (ie,
even if the user has resorted the table?
Hi folks,
I've just started using tablesorter for one of my projects, and overall I
love it. Does just what I need.
The one issue I've come across is that it's S-L-O-W! On a small table, it's
just fine. Once I get up to about 400 rows, however, it takes a long time.
6 seconds before the lis
Hello everyone,
This is my first post to the jQuery group. I am using the tablesorter
and tablesorter.pager jQuery plugin in an ASP.NET web page.
Each row in the table has a checkbox and is intended to be used by the
user to add or remove an item from the final selection. The problem
is that w
Reposting since no response on original post.
I have a table where every other row is collapsed (using .toggle). I
want to sort on the visible rows, but the sort, of course, sorts the
hidden rows as well...the result is that the hidden rows may not
longer be associated with the same "parent" row
Hi all,
I found this very handy tablesorter plugin (http://tablesorter.com/
docs/#Demo).
But i have a problem when i want to put an image in it, the image is
trashed and/or does not display properly.
Is there a special way to do it with tablesorter ?
my code:
echo '';
echo '';
echo '';
Good Morning / Afternoon / Evening,
Using the tableSorter does anyone know if it's possible to all ways
force null / empty / 0 Digit cells to always be at the bottom, The
solution I have is to have additional columns with either 0/1 for
ASC / DEC Sorts and sorting on that first.
But I need a mor
Hi!
I'm using tablesorter, which content is generated by a $.get (from a php
script) when the page loads.
I want to add to my table a column 'delete' with a delete link (for each row
of course).
The problem is I can't catch the click action with jQuery: nothing happens.
But when the link is out
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"
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
Hi,
I have a column with values $4.50, $127.00, -$130.00, -15.76 and the sorting
doesn't work. It works fine if all values are positive, however. Does anyone
have any idea how to fix this? For now I just have to eliminate the "$" in
order for it to work.
Thanks, Jason
--
View this message in
Hi
I am wondering I want to use jquery to add some rows when a person say adds
some stuff. I would like to know if I add it like this(through jquery
javascript) will the tablesorter be able to figure out how to sort it(ie
when some presses the header columns will this new value get stored) or do
Hi
I am wondering I want to use jquery to add some rows when a person say
adds some stuff. I would like to know if I add it like this(through
jquery javascript) will the tablesorter be able to figure out how to
sort it(ie when some presses the header columns will this new value
get stored) or do
Hi,
I have a column with values $4.50, $127.00, -$130.00, -15.76 and the
sorting
doesn't work. It works fine if all values are positive, however. Does
anyone
have any idea how to fix this? For now I just have to eliminate the
"$" in
order for it to work.
Thanks, Jason
Can anyone get tablesorter's default pager function to work? The
pager functions don't show up for me. The actual pager div is empty.
It DOES limit my table to 10 rows, but when I click on a header to
sort a row, my tbody is all the sudden empty. Never have I actually
seen the pager control.
A
I've got tablesorter 2.0 sitting in tabs and it's not working, has
anybody got any idea why? I've got tablesorter 2.0 also sitting
outside tabs (on a different page) and it's working perfectly, so i'm
fairly sure that tablesorter 2.0 isn't broke!
thanks in advance!
alex
Hi!
Kindly visit following link:
http://vibersol.com/sitesdemo/shipping/admin/continent.php
Table sorter plugin works fine in FireFox, but in IE7 this plugin
doesn't work. Can some one guide me where and how to rectify this
problem in my code, so that plugin begin to work in IE7.
Thanks in ad
Hi,
If data in the table column is dynamically generated using python
method and fed :
like: str(num)+' test'
the column sorting does'nt work based on numbers in the text. Any
clue, if I have to write a new parser?
If I directly feed values in column like:
3 test
5 test
8 test
then sort wor
Hello everybody,
I'm developing an application in which the users will deal with a big table
(600+ rows).
One target for the application is that it has to show up as fast as
possible; anyway, applying the tablesorter on the table, the initial caching
steals more than one second to the process.
1 - 100 of 291 matches
Mail list logo