[jQuery] Table sorter plugin not properly sorting Distance column (ie: 17 Miles)

2009-11-17 Thread Yvan
I'm using the tableshorter plugin on a table which lists multiple locations, and that contains a "Distance" column which displays distances in the format of "17 Miles" and "5 miles", etc. I have the following javascript in my head section, which defines the sort order of the 1 column that I want t

[jQuery] Table sorter

2009-08-04 Thread solow
Hey, I'm using table sorter. http://tablesorter.com/ Now, this is great and all, but it doesn't seem to work in dynamically loaded pages. Does anyone know a solution for this problem? I hope so.. thanks :)

[jQuery] Table sorter 2.0 Date format issue

2009-07-30 Thread subhan
Hi, I am using the date format "dd/mm/yy" but it is not working properly, below is the example how it get sort in ascending order 11/09/2007 25/12/2006 10/01/2008 12/07/2008 13/05/2009 14/06/2009 u can notice that the year 2006 is coming after 2007, any one to help methanks in adv

[jQuery] table sorter memory leak in IE6

2009-07-03 Thread pob
a simple table 10*200, based on the one on the plugin page leaks 1.3mB on every page refresh in IE6. I have tried unsuccessfully to fix this in about 1000 different ways. Has anybody else experienced this? Has anybody a fix/suggestions on how to fix this? thanks, Pierce

[jQuery] Table sorter.

2009-04-21 Thread m.ugues
I was searching for a table sorter plugin and I found this one http://tablesorter.com/docs/ Is the official plugin for this purpose or there is something else. Kind regards Massimo

[jQuery] Table sorter pager and live search problem

2009-02-16 Thread varun
Hi all Can some body please tell me the solution to this problem... I have 2 tables on page and 2 pagers. Both table have different height but same width. Each of them occupy 50% of page width . one is on left other is on right.. the problem is the pager of 1st table is using the height of second

[jQuery] Table sorter and pager problem

2009-01-16 Thread varun
Hi I am using these plugins. But my problem is firefox related. while sorting I can see small images in header of table in IE(images on which we click and do sort ascending and descending ) but when I open same page in firefox it does not show images Any idea ? Also, there are some fields i

[jQuery] Table Sorter - Problem sorting numbers with comma seperators

2008-12-29 Thread Soledad Zubiri
Hi! it`s me again, I`m new using tablesroter and I don“t know how to solve this problem of sorting numbers with comma separators(it doesn`t sort well), I`ve been looking everywhere but I didn`t get a solution. Can anybody help me?? Thanks Sole.

[jQuery] table sorter issue, how do i sort these as a currency

2008-12-15 Thread livewire9174
Hi, I am using this to initialise the page $(document).ready(function() { $("#tableOne") .tablesorter({ debug: false, sortList: [[0, 0]], widgets: ['zebra'] }) .tablesorterPager({ container: $("#pagerOne"), positionFixed: false })

[jQuery] Table sorter issue - trying to stop a field from sorting

2008-11-04 Thread livewire9174
Hi, Here is my code, I want to prevent the first field from being a sort option, can somebody help? <-- http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en-us"> jQuery plugin: Tablesorter 2.0 - Pager plugin

[jQuery] Table Sorter - Freeze Panes (like Excel)

2008-10-20 Thread Devin
Hi. I know there are solutions that work for freezing the TH or first row of a table. However I can't seem to find one that also has been tested with table sorter. Suggestions? Thanks, D.

[jQuery] Using selectors with jQuery table sorter/pager plugin

2007-08-24 Thread John Lauck
When using the jQ table sorter/pager plugin should you be able select all elements of a certain class even if they are out of the current paging view? My experience has been that if an element is not in the current view (current page) it isn't found. Where is the element? I assumed elements were