Re: [jQuery] JQuery + TableSorter + TableSorterPager + (Container != Div) = undefined error

2010-02-15 Thread rasi
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

Re: [jQuery] JQuery tablesorter problem

2010-02-12 Thread ramesh dhage
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

[jQuery] Re: JQuery tablesorter problem

2010-02-09 Thread Nagaraju
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

[jQuery] TableSorter problem: calling textExtraction()

2010-02-04 Thread corona79
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},

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 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/

[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 + TableSorterPager + (Container != Div) = undefined error

2010-01-29 Thread Michael Furmedge
~ 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

[jQuery] TableSorter + LightWindow problem

2010-01-22 Thread MaximLisitsa
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

[jQuery] Tablesorter, not sorting link column

2010-01-19 Thread ProvaFM
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

[jQuery] Tablesorter, not sorting link column

2010-01-19 Thread ProvaFM
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

[jQuery] tablesorter and rowspan / colspan

2010-01-15 Thread admarie
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

[jQuery] TableSorter Pager plugin with jQuery not working

2010-01-14 Thread Forsaken Realms
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

Re: [jQuery] Announce: jQuery Tablesorter 2.0.2 Released

2010-01-05 Thread aquaone
--- > >> 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. > >

Re: [jQuery] Announce: jQuery Tablesorter 2.0.2 Released

2010-01-05 Thread Binod K M
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.

Re: [jQuery] Tablesorter issue with single digits

2009-12-30 Thread EdgarTorres
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

[jQuery] JQuery tablesorter plugin + Dynamic Table Data via DWR

2009-12-22 Thread Berns
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

[jQuery] tablesorter & ajax help

2009-12-16 Thread tjones
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

[jQuery] Tablesorter date help

2009-11-22 Thread hOtTiGeR
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

Re: [jQuery] tablesorter + AJAX

2009-11-10 Thread sumdog
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,

Re: [jQuery] tablesorter help - sort by date wont work!

2009-11-10 Thread sethwb
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?

Re: [jQuery] tablesorter help - sort by date wont work!

2009-11-10 Thread sethwb
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

Re: [jQuery] tablesorter + AJAX

2009-11-10 Thread aquaone
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

Re: [jQuery] tablesorter help - sort by date wont work!

2009-11-10 Thread sethwb
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]

Re: [jQuery] tablesorter help - sort by date wont work!

2009-11-10 Thread sethwb
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.

[jQuery] tablesorter help - sort by date wont work!

2009-11-10 Thread sethwb
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

[jQuery] tablesorter + AJAX

2009-11-09 Thread sumdog
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').

[jQuery] Tablesorter not sorting table returned via ajax

2009-10-22 Thread magellan1975
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

[jQuery] Tablesorter default order information

2009-10-21 Thread m.ugues
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

[jQuery] tablesorter - disabling sorting for a row

2009-10-13 Thread Konstantin K
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

[jQuery] Tablesorter problems

2009-09-30 Thread Mike
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

[jQuery] [Tablesorter] Problem with unsortable columns

2009-09-28 Thread Martin
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

[jQuery] [tablesorter] custom parser

2009-09-27 Thread macsig
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

[jQuery] Tablesorter is not sorting numbers correct

2009-09-22 Thread Fons
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

[jQuery] [tablesorter] parsers[i] is undefined

2009-09-20 Thread macsig
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

[jQuery] TableSorter and tableFilter

2009-09-11 Thread J. Bobby Lopez
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

[jQuery] Tablesorter plugin, sort cache problem

2009-09-09 Thread tono
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.

[jQuery] TableSorter and colspans

2009-09-04 Thread Mike Alsup
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.

[jQuery] jquery tablesorter deleted by antivirus

2009-09-03 Thread ethodaddy
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

[jQuery] Tablesorter, sorting on multiple columns

2009-08-31 Thread Alexander
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.

[jQuery] TableSorter plugin - default column sort DESC instead? How?

2009-08-27 Thread Crazy Serb
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

[jQuery] Tablesorter pagedisplay set as an input field?

2009-08-27 Thread Randell
- 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

[jQuery] Tablesorter: default (not initial) sort order for a column

2009-08-22 Thread Abiel
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

[jQuery] JQuery Tablesorter - Multiple Options

2009-08-14 Thread John F
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({

[jQuery] Tablesorter dates

2009-08-14 Thread badtant
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

[jQuery] Tablesorter with rowspan applied to a table cell?

2009-08-11 Thread J. Martin
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

[jQuery] tablesorter help?

2009-08-06 Thread jsrobinson
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

[jQuery] Tablesorter plugin - grouping rows and sorting per group?

2009-08-04 Thread Crazy Serb
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

[jQuery] jquery tablesorter + pager not working together

2009-08-04 Thread sosna
10 20 30 40 -- View this message in context: http://www.nabble.com/jquery-tablesorter-%2B-pager-not-working-together-tp24807424

[jQuery] tablesorter, numeric sort of anchor values

2009-07-25 Thread mila
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

[jQuery] tablesorter, sort values in anchor as numerics

2009-07-25 Thread mila
I have data that looks like that 23 9 I need it to be sorted numericaly by values between >. How do I do that?

[jQuery] Tablesorter problem when moving columns around

2009-07-24 Thread StephenBungert
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

[jQuery] Tablesorter & Pager Problem

2009-07-21 Thread Vamshi
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() {

[jQuery] Tablesorter & Pager Problem

2009-07-21 Thread Vamshi
$(document).ready(function() { $("#myTable").tablesorter( {sortList: [[0,1], [1,1]]}, debug: true ) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $ ("#pager")}); } );

[jQuery] TableSorter. Pager issue.

2009-07-20 Thread Ali
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

[jQuery] tablesorter zebra issue in IE7/IE8

2009-07-20 Thread postme
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

[jQuery] tablesorter not sorting numbers correctly

2009-07-16 Thread Ian Stokes-Rees
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

[jQuery] Tablesorter sort all / sort current.

2009-07-16 Thread mcbi4kh2
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

[jQuery] Tablesorter sorting formatted numbers (with spaces)

2009-06-28 Thread Nympheasi
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

[jQuery] Re: jQuery Tablesorter descending sort

2009-06-28 Thread MorningZ
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

[jQuery] jQuery Tablesorter descending sort

2009-06-28 Thread SSK
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

[jQuery] tablesorter and pager: How to modify table cells in cache?

2009-06-25 Thread Darren Brierton
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

[jQuery] tablesorter plugin leaks memory in IE6 and IE7

2009-06-15 Thread pob
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

[jQuery] tablesorter doesn't do anything, it doesn't show up, it doesn't create an error. Nothing.

2009-06-11 Thread sso
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(){

[jQuery] Tablesorter UI Theme Support

2009-05-29 Thread Panman
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

[jQuery] Tablesorter duplica datos

2009-05-28 Thread poloche
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()

[jQuery] Tablesorter is not enabled on my page

2009-05-27 Thread bayadmin
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

[jQuery] Tablesorter and zebra - does not stripe rows on initial sort

2009-05-27 Thread Matt Brown
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: [

[jQuery] tablesorter bug? How can I use tablesorter plugin to sort float?

2009-05-22 Thread devdoer
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].

[jQuery] tablesorter plugin help -- getting it to ignore quotation marks

2009-05-21 Thread clorentzen
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

[jQuery] tablesorter with multiple tables problem

2009-05-15 Thread mlotfi
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

[jQuery] (tablesorter) Globally sort multiple tables on a page

2009-05-13 Thread christopherious
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

[jQuery] tablesorter is not a function

2009-05-12 Thread Proh
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

[jQuery] tablesorter messing with other tables

2009-05-12 Thread PaulGCES
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!

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread Daniel Queiroz
; >>>> > 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

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread aquaone
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..

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread Daniel Queiroz
.. >> > >> > 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

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread aquaone
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. > >

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-10 Thread Danielrq.net
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.

[jQuery] Tablesorter - multiple header cells and row grouping

2009-05-08 Thread williamstam
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

[jQuery] tablesorter bug: th with colspan

2009-05-04 Thread Amos Robinson
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

[jQuery] tablesorter plugin

2009-04-23 Thread Daniel
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

[jQuery] [tablesorter] "sortEnd" never trigerred for sortDisabled columns

2009-04-16 Thread Simon GAUDILLET
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

[jQuery] tablesorter and using .each() on the rows of a table

2009-04-09 Thread james.kirin40
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?

[jQuery] tablesorter Speed issues

2009-04-09 Thread csi95
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

[jQuery] Tablesorter with pager extension check boxes not present on form submit

2009-04-07 Thread Justin
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

[jQuery] tablesorter with .toggle sorts hidden row - any way to prevent this?

2009-04-01 Thread Colin.Houghton
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

[jQuery] tablesorter plugin

2009-03-26 Thread David
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 '';

[jQuery] tablesorter - Force Null / Empty Cells to the Bottom?

2009-03-12 Thread Big Mad Kev
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

[jQuery] Tablesorter with inside delete link

2009-03-11 Thread Dagnan
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

[jQuery] jQuery tablesorter and highlight rows

2009-03-06 Thread ManKuZo
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] jquery tablesorter

2009-03-06 Thread Prafull
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

[jQuery] tablesorter doesn't sort negative currency properly

2009-03-04 Thread novotny
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

[jQuery] TableSorter Plugin Question

2009-03-02 Thread chobo2
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

[jQuery] TableSorter Plugin Question

2009-03-02 Thread chobo2
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

[jQuery] tablesorter doesn't sort negative currency properly

2009-03-02 Thread jason
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

[jQuery] Tablesorter support

2009-02-14 Thread Jthomas
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

[jQuery] Tablesorter in Tabs

2009-02-10 Thread black.horizons
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

[jQuery] TableSorter plugin is not working in IE7

2009-02-09 Thread Bluesapphire
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

[jQuery] Tablesorter related

2009-02-04 Thread Dev
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

[jQuery] Tablesorter plugin - lazy caching

2009-02-04 Thread petrillodavide
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   2   3   >