user3413623
user3413623

Reputation: 80

YUI datatable bad sorting

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

Upvotes: 0

Views: 297

Answers (1)

Luke
Luke

Reputation: 2581

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

Upvotes: 2

Related Questions