
10-24-2009, 05:52 PM
|
|
|
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by trotskid
Hi. If sort a column of numbers with "." or "," (Project column), the values does not sort properly. For example:
30,274,388 will post higher than 101,274,388 ( 3> 1).
How can I fix that with the current code?
Thank you
PHP Code:
[table="head;sort=2d;autonum=1;autonumtitle=Rank;width=65%"]xxxx|Project|Points|P/day|National
test1|30,274,388|68,520|60|3|
test2|101,274,388|50,956|80|2|
test3|20,274,388|21,325|29|6|
[/table]
|
Bump
|