Again i have this path
http://www.tampografica.com/atech/admin/YUIdatatable.html
try to order by visits, its ordering by string no number… if you check the Javascript it shows that i put the number formatter
any help?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The data reaching the table are numeric strings. just add { key: ‘someField’, parser: ‘number’ } to the appropriate fields in the responseSchema.fields.
You can also find answers to questions like this in the YUILibrary.com forums archive: http://yuilibrary.com/forum/viewforum.php?f=90