[jQuery] Re: Trouble in Table sorter

2008-11-25 Thread hyon
Hi, I think that's a bug. The data are generated well in decending order, such as 54, 31, 0, No data. But, the order is 0, No data, 31, 54 in acending order. Am I right? On Nov 24, 9:51 am, Carpii [EMAIL PROTECTED] wrote: On Nov 22, 10:24 am,hyon[EMAIL PROTECTED] wrote: Hi, When desc

[jQuery] Data type issue in table sorter

2008-11-22 Thread hyon
Hi, I am using table sorter, and I have some problems... There are 10 rows in my table and each of them has a value such as text, number, and a number with decimal point. I think the table sorter decides the data type of each column based on the first column in the first row. So, if the value of

[jQuery] Trouble in Table sorter

2008-11-22 Thread hyon
Hi, I am using table sorter for sorting my table. My table has a numeric value like 0, 1.5, etc. and it also has text like 'No data available'. When desc sorting, it generated 1.5, 0, and No data~~, but when asc order, it generated 0, No Data~~, 1.5. Anybody knows the reason? If so, please show