Re: [jQuery] All of my columns are sorting fine, except one! It is acting as if there's a decimal point!

2010-01-29 Thread aquaone
It's detecting it as text then most likely. Force it to sort numeric and you should be fine. On Fri, Jan 29, 2010 at 13:05, mackrider matst...@gmail.com wrote: What's up? This is really odd. One of my columns (HR) is not sorting properly. It is sorting as if there's a decimal point.

Re: [jQuery] All of my columns are sorting fine, except one! It is acting as if there's a decimal point!

2010-01-29 Thread mackrider
How do I do that exactly? aquaone wrote: It's detecting it as text then most likely. Force it to sort numeric and you should be fine. On Fri, Jan 29, 2010 at 13:05, mackrider matst...@gmail.com wrote: What's up? This is really odd. One of my columns (HR) is not sorting properly.

Re: [jQuery] All of my columns are sorting fine, except one! It is acting as if there's a decimal point!

2010-01-29 Thread aquaone
confirmed by looking at live site, $(#freeagents).get(0). config.parsers.8.id is text. Looks like you'll have the same problem with 3B as well for the same reason. To force a specific parser to be used, pass the options in to Tablesorter on invocation. In this case for example: